Home  ›  Tool API  ›  PDF Form Fill API

PDF Form Fill API

Fill and finish a PDF form from JSON

Fill AcroForm fields from JSON, optionally flatten the form, add a text stamp, and number pages. Returns a temporary filled PDF download URL through REST and MCP.

Transparent usage terms REST + MCP Real browser tool

Working examples

Copy it into your stack.

Upload an AcroForm PDF with a JSON fields object. Optionally flatten it, add a short stamp, and add page numbers.

Copyable requests

curl
curl -F "pdf=@form.pdf" -F 'fields={"full_name":"Ada Lovelace"}' -F "flatten=true" https://agentmediatools.com/api/pdf-form-fill

Frequently asked questions

What field types are supported?

The route fills text fields, checkboxes, dropdowns, and radio groups exposed by the PDF AcroForm.

Can I inspect field names first?

Yes. POST the PDF to /api/pdf-list-fields to list available field names and types.

What does the route return?

It returns a temporary PDF download URL plus filled, missing, and available field names.

One tool now, one integration later

Test it in the browser. Automate it when ready.

The same Agent Media Tools account connects this operation to the wider Tool API and MCP catalog.