Skip to main content

Exports API

All export endpoints require authentication. PDF, DOCX, Notion, and Google Docs are gated by feature flags.

PDF Export

Feature flag: export_pdf Body: *Provide either projectId or content.
Response: application/pdf binary file.

HTML Export

Body: Same as PDF.
Response: text/html self-contained HTML file.

DOCX Export

Feature flag: export_docx Body: Same as PDF.
Response: application/vnd.openxmlformats-officedocument.wordprocessingml.document binary file.

Notion Export

Feature flag: export_notion Requires Notion integration to be connected. Body:
Response:

Google Docs Export

Feature flag: export_google_docs Requires Google OAuth sign-in. Body:
Response:

Confluence Export

Feature flag: export_confluence Requires Confluence integration. Body:

Bulk Export

Export multiple PRDs as a ZIP file. Max 20 projects. Body:
Response: application/zip binary file.

Scheduled Exports

Scheduled exports run automatically on a defined schedule. See Exports user guide for setup.

List Scheduled Exports

Query parameters: Response:

Create Scheduled Export

Body:
Scheduled exports are available on Pro plans and above.

Get Scheduled Export

Update Scheduled Export

Accepts any of the fields from the create endpoint.

Delete Scheduled Export

Trigger Now

Manually trigger a scheduled export immediately, regardless of its schedule.

Get Delivery Logs

Returns the last 50 delivery log entries for a scheduled export.
Response: