Run an extraction flow
Extraction Flows
Run an extraction flow
Queue a pipeline run that executes the flow’s DAG across the given
documents (or all project documents if document_ids is omitted).
Returns the pipeline_run_id you can poll to track progress.
POST
Run an extraction flow
Authorizations
Use Authorization: Bearer
Path Parameters
UUID of the project
UUID of the extraction flow
Body
application/json
Optional list of document UUIDs to run the flow on. If omitted or empty, the flow runs against all documents in the project.