Queue an asynchronous export and email the download link to the recipient.
Renders the session’s current document in the background and emails a 7-day signed download link to recipient_email within 24 hours. Use this when the synchronous /v1/documents/export endpoint would exceed the 100 MB cap for the chosen format. The job appears in /v1/jobs with job_type: 'large_export'.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Request body for the async email-fallback export. Used when the synchronous export would exceed the 100 MB format cap.
Session whose current document state should be exported.
Output format. docx (default) is Microsoft Word Open XML. pdf is paginated and print-ready. html is a standalone file with inlined CSS. markdown emits .md with ATX headings. txt is plain text. doc is a legacy Word-compatible HTML wrapper accepted as a back-compat alias and will be removed in a future release.
docx, pdf, html, markdown, txt, doc Per-request customisation for the export pipeline.
Optional output filename without extension.
Email to deliver the download link to. Falls back to the authenticated account's email when omitted.

