v1

latestOpenAPI 3.0.22026-07-173834119.9 KB
Extraction

Get Job Results

Endpoint to Get Extraction Job Results

This endpoint returns the results of an extraction job, including the extracted text and tables for each file.


Request Parameters

ParameterTypeDescription
extraction_job_idstrThe ID of the extraction job.

Response Body

A dictionary containing the file names as keys and the extracted text and tables URLs as values.

FieldTypeDescription
file_namestrThe name of the file.
extracted_text_urlstrThe presigned URL for the extracted text.
extracted_tables_urlstrThe presigned URL for the extracted tables.

Errors

  • 404: If the job ID is not found.
  • 400: If the job is not completed yet.
  • 500: If any other error occurs during the retrieval of the job results.
get/document/extraction/job_results/{extraction_job_id}

Path parameters

extraction_job_idstring required

Response

Successful Response

{"stackTrail":"paths:/document/extraction/job_results/{extraction_job_id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}