Skip to main content
POST
/
api
/
v2
/
notion
/
database
/
{database_id}
/
ai-summary
Trigger AI summary (v2)
curl --request POST \
  --url https://{deployment}/api/v2/notion/database/{database_id}/ai-summary \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --header 'X-Notion-Token: <api-key>' \
  --data '{}'
{}

Authorizations

X-API-KEY
string
header
required

Your deployment's API key (MMK_API_KEY).

X-Notion-Token
string
header
required

Your Notion integration token / internal token. Supplied by the caller (not stored server-side).

Headers

X-Notion-Space-ID
string

Notion workspace (space) ID — required for unofficial-API operations.

X-Notion-User-ID
string

Notion user ID — required for unofficial-API operations.

Path Parameters

database_id
string
required

Notion database ID.

Body

application/json

The body is of type object.

Response

Result

The response is of type object.