Body
The schema that defines the structure of the data you want to extract
A unique identifier for the field.
A brief explanation of what the field represents.
The type of data. Options are: string, number, array, object, enum, boolean.
Used when the field type is enum, to specify available options.
Nested fields for array or object types.
A unique identifier for the field.
A brief explanation of what the field represents.
The type of data. Options are: string, number, array, object, enum, boolean.
Used when the field type is enum, to specify available options.
Response
The unique id of the extraction job.
Date and time when the job was created.
Status of the job. At the point of the job creation, this will be CREATED.
Number of pages in the document processed.
The result of the extracted job. At the point of job creation, this will be null.
The full endpoint url to poll for the results of the job.