v1

latestOpenAPI 3.0.02026-07-2468247202.3 KB
Utilities

Get PDF status or download

Poll for PDF generation status. Once status is COMPLETED, the PDF file is returned directly as a download.

Recommended polling interval: every 5 seconds, up to 2 minutes.

get/pdf/{job_id}

Path parameters

job_idstring required

Job ID returned from the trigger endpoint

Response

Returns PDF file if COMPLETED, or JSON status object if PENDING/PROCESSING/FAILED.

OR

Example response

{
  "job_id": "d942cea8-2771-4a8e-8d4a-360690b74e0c",
  "status": "PENDING",
  "created_at": 1772953594000
}