Creates a new draft page in a project space. Publish it separately with [Publish a page](/api-reference/publish-page).
Creates a new draft page in a project space. Publish it separately with Publish a page.
Creates a draft page and returns it.
POST
/projects/{projectId}/pagesBearer token — `Bearer dxb_live_…`.
The project ID or slug.
Response
201Page created
400Validation error
cURL
curl --request POST \ --url https://api.doxbrix.io/v1/projects//pages
{ "id": "pg_01J8", "title": "Webhooks", "status": "draft" }