v1
Request Large Export Email
Enqueue a large-export job — runs in the background and emails a secure, time-limited download link when the export finishes. 24h SLA promised in the email.
POST
Request Large Export Email
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Body
application/json
Body for POST /v1/documents/export/email-request.
Used when a synchronous export exceeds the inline body cap. Send the same payload you would POST to /v1/documents/export (minus the html field — that comes from the session). The export is generated in the background and a secure download link is emailed within 24h.
Response
Successful Response
Previous
Upload .docx/PDF/HTML/MD/RTF as the active editable document with chunk-ID structural editing.Parses the file into structured HTML where every paragraph, heading, table, row, and cell has a unique chunk ID, enabling the AI to make targeted structural edits via chat ("remove row 3 of the pricing table" works). Tables, borders, shading, alternating row colors, fonts, and inline styling are preserved on edit and export. Also works for AI-generated content: if you've drafted an outline or partial document in your context, upload it here as the working doc, then use chat to fill in the rest. When you pass a session_id the response is compact by default (metadata only — pass return_html=true for the full parsed HTML); the document is loaded into the session and you edit it via chat. For files >100KB, prefer request_upload_url (pre-signed URL flow) to avoid token bloat from base64 through the agent context. Supported formats: .pdf, .docx, .txt, .rtf, .md, .html, .htm. Max 50 MB.
Next
Request Large Export Email

