Back to Tools

Notion

DevOps

Notion workspace integration. Create pages, databases, and blocks. Search and update content.

Available Actions
pagesdatabasesblockssearchusers
Input Schema
{
  "type": "object",
  "required": [
    "parent"
  ],
  "properties": {
    "parent": {
      "type": "object"
    },
    "properties": {
      "type": "object"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "object": {
      "type": "string"
    }
  }
}
Quick Start

API Endpoint

POST /api/execute/notion

cURL Example

curl -X POST \
  https://api.nulayers.com/execute/notion \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "pages"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.