Skip to main content
POST
Request Large Export Email

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null

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.

session_id
string | null
format
string
default:docx
options
Options · object | null
filename
string | null
source_filename
string | null
recipient_email
string | null

Response

Successful Response