FormFlow PDF API
FormFlow PDF API lets you programmatically fill AcroForm PDFs — the standard format used by government agencies, legal firms, HR departments, and insurance companies. ## How it works 1. POST /analyze — Upload your PDF, get back all field names and types 2. POST /fill — Send field values, get back a filled PDF ## Supported field types - Text fields - Checkboxes - Radio buttons - Dropdowns ## Use…
FormFlow PDF API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
analyze_document_analyze_post /analyze |
|
| POST |
fill_document_fill_post /fill |
|
| GET |
health_check_health_get /health |