v1
latestOpenAPI 3.0.22026-07-173834119.9 KBExtraction
Start Extraction Job
Endpoint to Start an Extraction Job
This endpoint starts an extraction job by adding all registered files to the SQS queue for processing.
Request Body
| Field | Type | Description |
|---|---|---|
| extraction_job_id | str | The ID of the extraction job. |
Response Body
| Field | Type | Description |
|---|---|---|
| extraction_job_id | str | The ID of the extraction job. |
| total_files | int | The total number of files registered for the job. |
| status | str | The status of the extraction job. Returns STARTED if the job is started successfully. |
Errors
- 400: If the job is already started or completed.
- 404: If the job ID is not found.
- 500: If any other error occurs during the start process.
post/document/extraction/start_job
Request body
Response
Successful Response