Starts an asynchronous export of one or more document pages. Use the returned job ID with the Get Document Export Job Status endpoint to check progress and obtain a download URL after the export succeeds.
The Accept header selects the export format. The Idempotency-Key header marks a job as unique: using a different idempotency key will trigger a new job request, even if the request is identical to a previous one
Admin flow: Account owners and document admins can export any document in their account by setting Lucid-Request-As: admin and authenticating with an admin scope or DocumentAdmin API key grant.
This is a long-running job request endpoint. See Long-Running Jobs.
400Bad Request. A parameter is invalid, or page and pageId were both provided.
403Forbidden. The caller does not have permission to export the document.
404Not Found. The document or a requested page does not exist.
406Not Acceptable. The requested export format is not supported.
429Too Many Requests. The account exceeded the export rate limit.