v1

latestOpenAPI 3.0.22026-07-173834119.9 KB
Extraction

Create Extraction Job

Endpoint to Create an Extraction Job

This endpoint creates an extraction job and returns the job ID that can be used to get the status of the job.


Response Body

FieldTypeDescription
extraction_job_idstrThe ID of the created job.
statusstrThe status of the created job. Returns CREATED if the job is created successfully.

Errors

  • 500 Internal Server Error: If there is an unexpected error during the creation of the extraction job.
get/document/extraction/create_job

Response

Successful Response

extraction_job_idstring required
status'CREATED' | 'STARTED' | 'COMPLETED' | 'COMPLETED_WITH_ERRORS' | 'FAILED' required