- You want to fetch final structured OCR data
- You want to explicitly close the flow after processing
Endpoint
Request headers
JWT access token obtained from the auth API.
Query parameters
UUID of the verification flow.
Whether to close the flow after submission. Allowed values:
yes, no.Request body
UUID of the verification flow.
Whether to close the flow after submission (
yes or no).Response
The flow UUID.
Flow-level configuration parameters.
List of processed documents and their extracted data.
Example
Error responses
| Status | Meaning |
|---|---|
400 | Missing or invalid flow_id |
401 | Invalid or missing token |
If
close_flow is set to yes, the flow will be marked as completed and no further documents can be uploaded. If set to no, the flow remains active for additional processing.