submit_fillable_template
Submit a filled PDF to a template folder and generate a new document version. Optionally prevent automatic data extraction if you will provide the extracted data later.
Instructions
Submit a filled PDF back into a template's folder as a document. Re-using a file_name creates a new version of that document. Set do_not_extract=True if you will supply the extracted JSON yourself. Note: filling the PDF stores the signed record; to also populate structured fields, follow up with 'set_document_extracted_data' on the returned document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ||
| file_path | Yes | ||
| file_name | No | ||
| do_not_extract | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |