Skip to main content
POST
Append blocks to a page

Authorizations

Authorization
string
header
required

OAuth2 Authorization Code flow

Path Parameters

id
string
required

Page ID

Query Parameters

after
string

Block ID after which to insert new blocks. If not provided, blocks are appended at the end.

fields
string

Comma-separated optional response fields. Supported values: markdown, instructions, outputExample, expectedOutput, prompt_id. Fields not requested are omitted.

Body

application/json
children
object[]
required

Array of child blocks to append

Response

Blocks created successfully

object
string
required
Example:

"list"

results
object[]
required
has_more
boolean
required
next_cursor
string | null
type
string