1. Create extraction
Last updated
Last updated
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.
For a complete and interactive set of API requests, please refer to our Postman Integrationcollection.
Name | Value |
---|---|
Name | Type | Required | Description | Dedicated page |
---|---|---|---|---|
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.
Content-Type
application/json
Authorization
Bearer <token>
name
string
true
A descriptive name for the extraction.
description
string
false
A description for the extraction.
language
string
true
Document's language for accurate extraction.
options
object
false
Additional processing options.
fields
object
true
An array of objects, each specifying a field to extract.