Product

Fill PDF forms

Use POST /v1/pdf/form/fields to inspect AcroForm fields, then POST /v1/pdf/form/fill to write values. Flatten is on by default. This is not OCR.

POST /v1/pdf/form/fields to inspect, then POST /v1/pdf/form/fill. Flatten is on by default.

Request JSON
{
  "url": "https://example.com/w9.pdf",
  "fields": { "Name": "Jane Doe" }
}