Get File Fields
get_file_fieldsRetrieve all form fields in an uploaded PDF file before creating a document from it. Call this after upload_file to discover fields that can be pre-filled. Value format rule: ONLY textField and radioButton take a plain string. ALL other types (checkbox, combobox, listbox) MUST be an array — even for a single value like ["Beginner"].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | Unique identifier of the uploaded file (from upload_file) |