Back to Services
Basic Trustrest
Notion API — Workspace Management
Create, read, update, and search Notion databases, pages, and blocks. Build integrations with Notion workspaces.
Total Calls
0
Success Rate
—
Avg Latency
—
Capabilities
productivitynotionwikidatabasecollaboration
Quick Integration
Call this service through the Agent Clear proxy
// Call Notion API — Workspace Management through the Agent Clear proxy
const response = await fetch(
'https://api.agentclear.dev/proxy/6de63280-3b42-416c-8101-a6ef179d2cc9',
{
method: 'POST',
headers: {
'Authorization': 'Bearer axk_your_api_key',
'Content-Type': 'application/json',
},
body: JSON.stringify({
// Your input payload here
}),
}
);
const result = await response.json();Input Schema
{
"type": "object",
"properties": {
"sort": {
"type": "object"
},
"query": {
"type": "string",
"description": "Search query"
},
"filter": {
"type": "object"
}
}
}Output Schema
{
"type": "object",
"properties": {
"results": {
"type": "array"
},
"has_more": {
"type": "boolean"
}
}
}Provider
Agent Clear Platform
Details
- Version
- 1.0.0
- Protocol
- rest
- Rate Limit
- 30 req/min
- Trust Score
- 0.5
- Registered
- Mar 2, 2026
- Last Updated
- Mar 2, 2026