Recompose a PDF creative into new export formats via AI
POST/v1/compose
Uploads a source PDF and target dimensions, then queues an asynchronous AI recomposition job. Returns immediately with a jobId and QUEUED status. Poll GET /v1/compose/{jobId}/status to check the job status and retrieve the generated files once processing is complete.
Request
Responses
- 202
- 400
- 401
- 500
Job accepted and queued
Bad request — missing file, invalid width/height/unit/formats, or file too large
Unauthorized - Invalid or missing API key
Internal server error