1. Create extraction
POST
/createExtraction
Initiates a new document extraction process. This endpoint allows you to define an extraction with specific fields, options, and configurations. Once created, you can use the returned extractionId
to upload files for processing.
Postman Collection
For a complete and interactive set of API requests, please refer to our Postman Integrationcollection.
Server URL
Headers
Name | Value |
---|---|
Content-Type |
|
Authorization |
|
Body
Name | Type | Required | Description | Dedicated page |
---|---|---|---|---|
| string |
| A descriptive name for the extraction. | |
| string |
| A description for the extraction. | |
| string |
| Document's language for accurate extraction. | |
| object |
| Additional processing options. | |
| object |
| An array of objects, each specifying a field to extract. |
To fully customize your data extraction request, understanding the fields
parameter is crucial. This parameter allows you to specify exactly what information you want to extract, with options for string
, object
, and array
types to match your data structure needs.
Customize your extraction process with additional options such as table analysis and handwritten text recognition.
âī¸OptionsBody Example
Code Example
Responses
Last updated