Skip to main content
POST
/
connections
/
notion
/
import
Import Notion Page
curl --request POST \
  --url https://api.zo.computer/connections/notion/import \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "page_id": "<string>",
  "target_path": [
    "<string>"
  ],
  "title": "<string>",
  "account_id": "<string>"
}
'
{
  "filename": "<string>"
}

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Body

application/json

Request model for Notion page import endpoint.

page_id
string
required
target_path
string[]
required
title
string
required
account_id
string | null

Response

Successful Response

Response model for Notion page import endpoint.

filename
string
required