Pages
Create page
Create a new document or blog page within a space.
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
The unique slug identifier of the target space. Visible in the space URL.
The title of the page. Must be between 1 and 500 characters.
The type of page. Must be
STANDARD (document tree) or BLOG (intranet blog post).UUID of the parent page to nest this page under. Omit to create a top-level page.
Response
Unique identifier (UUID) of the newly created page.
The title of the page as stored.
The page type:
STANDARD or BLOG.The full URL to view the page in Collabase.

