Download form-job PDF
Jobs, Results & Webhooks
Download Result PDF
Download the PDF binary produced by a /form/detect,
/form/fill, or /form/clear job. The pdf_url field on a
FormResult points at this endpoint — you can hand it
directly to a browser, embed it in an <iframe>, or fetch the
bytes from a backend.
Returns 404 for non-form jobs (no PDF was produced) and for
form jobs whose PDF artifact is no longer available.
GET
Download form-job PDF
Overview
Download the PDF output produced by form workflows such as detect, fill, or clear when the job result includes a PDF URL.Typical Flow
- Submit a form job with
/form/detect,/form/fill, or/form/clear. - If async, poll
GET /job/{jobId}until the job completes. - Download the final PDF from
/results/{jobId}/pdfor from the PDF URL included in the result.
Related
Detect Form Fields
Detect editable form cells.
Fill Form
Fill a PDF form.
Clear Form
Remove filled values.