Fill PDF form fields
Fill form fields in a PDF with provided values. Supports text fields, checkboxes, dropdowns, and radio groups. Optionally flatten fields to make them non-editable.
Authorizations
Short-lived, Developer-API-audience token obtained by the trusted MCP service through token exchange (mcp_at_...). Raw MCP resource tokens are rejected.
Body
File ID of the PDF with form fields
"550e8400-e29b-41d4-a716-446655440000"
Map of field names to values. Use string for text/dropdown/radio fields, boolean for checkboxes.
Whether to flatten form fields after filling (makes them non-editable). Default: false.
false
Optional webhook configuration
Response
Fill form job created
Job ID
"550e8400-e29b-41d4-a716-446655440000"
Action that was performed
"pdf.merge"
Current job status
PENDING, PROCESSING, COMPLETED, FAILED "PENDING"
Input file IDs used for this job
Output file ID (available when COMPLETED)
null
Error message (available when FAILED)
null
Job creation timestamp
Job start timestamp
Job completion timestamp
Signed, time-limited browser download URL for the output file (available when COMPLETED). An API key may also be used on the same endpoint.
"https://api.autype.com/api/v1/dev/tools/files/output-file-id/download?token=signed-token"
Structured job result data (e.g. OCR markdown/JSON, generated filename, PDF metadata, form fields). Available when the job produces a direct result instead of an output file.
Deprecated — use result instead. Additional metadata, duplicated from result for backward compatibility.
