3. Update extraction
PATCH
/updateExtraction
Updates an existing document extraction process by modifying specified parameters within the extraction details.
Only the parameters included in the extractionDetails
will be updated; any parameters not included will remain unchanged. Use this to efficiently adjust specific aspects of an extraction process without altering its overall configuration.
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 |
| The extraction Id | |
| 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