Skip to main content
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

  1. Submit a form job with /form/detect, /form/fill, or /form/clear.
  2. If async, poll GET /job/{jobId} until the job completes.
  3. Download the final PDF from /results/{jobId}/pdf or from the PDF URL included in the result.

Detect Form Fields

Detect editable form cells.

Fill Form

Fill a PDF form.

Clear Form

Remove filled values.

Authorizations

x-api-key
string
header
required

Path Parameters

jobId
string
required

Job identifier from a form endpoint.

Response

PDF binary (application/pdf).

The response is of type file.