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
Content-Type
application/json
Authorization
Bearer <token>
Body
extractionId
string
true
The extraction Id
name
string
false
A descriptive name for the extraction.
description
string
false
A description for the extraction.
language
string
false
Document's language for accurate extraction.
options
object
false
Additional processing options.
fields
object
false
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.
Body Example
Code Example
Responses
Last updated