Exports API
All export endpoints require authentication. PDF, DOCX, Notion, and Google Docs are gated by feature flags.PDF Export
export_pdf
Body:
*Provide either
projectId or content.
application/pdf binary file.
HTML Export
text/html self-contained HTML file.
DOCX Export
export_docx
Body: Same as PDF.
application/vnd.openxmlformats-officedocument.wordprocessingml.document binary file.
Notion Export
export_notion
Requires Notion integration to be connected.
Body:
Google Docs Export
export_google_docs
Requires Google OAuth sign-in.
Body:
Confluence Export
export_confluence
Requires Confluence integration.
Body:
Bulk Export
application/zip binary file.
Scheduled Exports
Scheduled exports run automatically on a defined schedule. See Exports user guide for setup.List Scheduled Exports
Response:
Create Scheduled Export
Scheduled exports are available on Pro plans and above.