Render
Render PDF Preview
POST
Enqueue a preview render job. A preview PDF applies watermarks and has a short Time-To-Live (TTL). It does not count towards your monthly generation quota.
Response Fields
Unique identifier for the preview job. Use this to poll the job status via
GET /reports/{job_id}.Current status of the job. Will be
queued immediately after creation.true for preview renders.Timestamp when the job was created.
Authorizations
Enter your API key
Body
application/json
Response
Preview 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.