Zum Hauptinhalt springen

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

Prepress job queued. Use prepressJobId to poll for the result.