Skip to main content
POST
Creates a new page inside a space. The page type determines whether it appears in the space’s document tree (STANDARD) or the intranet blog feed (BLOG).
You must hold write access to the target space. Pass your API key as a Bearer token in the Authorization header.

Request body

string
required
The unique slug identifier of the target space. Visible in the space URL.
string
required
The title of the page. Must be between 1 and 500 characters.
string
required
The type of page. Must be STANDARD (document tree) or BLOG (intranet blog post).
string
UUID of the parent page to nest this page under. Omit to create a top-level page.

Response

string
required
Unique identifier (UUID) of the newly created page.
string
required
The title of the page as stored.
string
required
The page type: STANDARD or BLOG.
string
required
The full URL to view the page in Collabase.
Last modified on April 2, 2026