Submit for Processing
Submit a document against a named processing configuration and have results delivered via webhook. Idempotent per (config, batch, file).
The process endpoint is the named-operations front door: upload a document, name the processing configuration to run it through, and get results delivered asynchronously via the process.completed webhook. It always returns immediately (202 Accepted) with a run_id and a poll_url, so you never block on the pipeline.
Idempotency is automatic. The same (config_id, batch_id, file) combination returns the existing run instead of re-processing, so a retried upload is safe. If batch_id is absent, dedup applies within a 24-hour window. This makes the endpoint robust for at-least-once delivery from upstream systems.
/v1/processResponse
Response fields (202)