process_job
Submit an image, PDF, or ZIP for asynchronous DocuProx processing, returning a job ID for status tracking.
Instructions
Submit a document (image, PDF, or zip) for asynchronous processing via DocuProx. Reads the file from disk and uploads it as multipart/form-data. Returns a job_id you can track with job_status or poll_job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute or relative path to the document on disk (jpg, png, pdf, zip). | |
| prompt_json | No | Custom extraction schema (JSON object or string). | |
| template_id | No | UUID of the DocuProx template. Omit to use agentic mode. | |
| document_type | No | Document category (required in agentic mode). | |
| static_values | No | Key-value pairs overriding STATIC template placeholders. | |
| custom_instructions | No | Free-text instructions for the AI. |