Skip to main content
POST
Python

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

The name of the page

Maximum string length: 255
parent
object

The parent page reference, indicating where this page is nested

Response

Created page

The page object represents a page that can contain knowledge and other pages in a hierarchical structure.

object
enum<string>
required

The object type, always 'page'

Available options:
page
id
string
required

Unique identifier for the page (document resource ID)

name
string
required

The name of the page

teamspace_id
string
required

The ID of the teamspace that owns this page.

scope
enum<string>
required

The visibility scope of the knowledge. 'teamspace' means visible only within the owning teamspace. 'organization' means visible across all teamspaces in the same organization.

Available options:
teamspace,
organization
parent
object
required

The parent page reference, indicating where this page is nested

created_at
string<date-time>
required

The ISO string for when the page was created