Create prepress job
POST/organizations/:organizationId/exports/:exportId/prepress
Starts a prepress conversion for a print export (PDF). The referenced export must have been created with a print format (e.g. A4, A3, custom print size) and must contain a pdfUrl — exports of type image (PNG/JPEG/WebP) or video (MP4) are not supported and will fail preflight validation.
The job runs asynchronously. Poll GET .../prepress/jobs/{prepressJobId} for the result, or listen for the prepress:update WebSocket event.
Request
Responses
- 202
- 400
- 404
Prepress job queued. Use prepressJobId to poll for the result.
Preflight validation failed — export has no PDF, or the PDF is incompatible with the selected ICC profile
Export not found