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

https://api.extracta.ai/api/v1

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Required
Description
Dedicated page

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.

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.

πŸ“‹Fields

Customize your extraction process with additional options such as table analysis and handwritten text recognition.

βš™οΈOptions

Body Example

Code Example

Responses

Last updated

Was this helpful?