Skip to main content
This endpoint submits all processed data for a verification flow and optionally closes the flow. It returns the final extracted data across all uploaded documents. Use this when:
  • You want to fetch final structured OCR data
  • You want to explicitly close the flow after processing

Endpoint

Request headers

string
required
JWT access token obtained from the auth API.

Query parameters

string
required
UUID of the verification flow.
string
Whether to close the flow after submission. Allowed values: yes, no.

Request body

string
required
UUID of the verification flow.
string
Whether to close the flow after submission (yes or no).

Response

string
The flow UUID.
object
Flow-level configuration parameters.
array
List of processed documents and their extracted data.

Example

Error responses

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.