Exports the project's content as a portable bundle — useful for backups or migration.
Exports the project's content as a portable bundle — useful for backups or migration.
Returns the project content bundle.
GET
/projects/{projectId}/exportBearer token — `Bearer dxb_live_…`.
The project ID or slug.
Response
200Export returned
cURL
curl --request GET \ --url https://api.doxbrix.io/v1/projects//export
{ "project": { "slug": "my-docs" }, "spaces": [ ], "pages": [ ] }