v1
latestOpenAPI 3.1.02026-08-06244570.4 KBPDF Async
Get PDF job status
Get the current status of an async PDF generation job.
Authentication: API Key required (x-api-key header)
Status Values
| Status | Description |
|---|---|
| pending | Job is queued, waiting to be processed |
| processing | Job is being processed |
| completed | PDF generated successfully |
| failed | Job failed (check error_message) |
Polling Recommendations
- Poll every 1-2 seconds for small documents
- Poll every 5-10 seconds for large documents
- Consider using webhooks instead of polling
get/v1/pdf/jobs/{job_id}
Path parameters
job_idstring required
Async job ID (UUID returned by the create-async endpoint)
Async job ID (UUID returned by the create-async endpoint)
Response
Job status retrieved