v1
latestOpenAPI 3.0.22026-07-173834119.9 KBExtraction
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
| Field | Type | Description |
|---|---|---|
| extraction_job_id | str | The ID of the created job. |
| status | str | The 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