Render
Render PDF
POST
Enqueue a production PDF render job. Once processed, it consumes your quota and generates the final PDF.
Response Fields
Unique identifier for the render job. Use this to poll the job status via
GET /reports/{job_id}.Current status of the job. Will be
queued immediately after creation.false for production renders.Timestamp when the job was created.
Authorizations
Enter your API key
Body
application/json
Response
Job queued
Returned when a render job is successfully queued.
Unique identifier for the render job. Use this to poll the job status via /reports/{job_id}.
Current status of the job. Will be queued immediately after creation.
Available options:
queued, processing, completed, failed true if this is a preview render (watermarked, short TTL), false for production.
Timestamp when the job was created.