Path Parameters
The ID of the pipeline to run
Body Parameters
The requests to run the pipeline on
Example:
{
"requests": [
{
"file": "file_1.pdf"
},
{
"file": "file_2.pdf"
}
]
}
Response
The job ID of the pipeline run
URL to poll for the results of the pipeline run
The status of the pipeline run
{
"jobId": "123e4567-e89b-12d3-a456-426614174000",
"result": "https://api.getomni.ai/batches/pipelines/poll/123e4567-e89b-12d3-a456-426614174000?jobId=123e4567-e89b-12d3-a456-426614174000",
"status": "PENDING"
}