Skip to main content
POST
Extract Data (Batch)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
files
file[]
required

Up to 50 document files.

documentType
string
required

Template to use for all documents.

Response

201 - application/json

Batch queued successfully

batchId
string
status
enum<string>
Available options:
queued,
processing,
completed,
partial_failure
totalDocuments
number
completedCount
number
failedCount
number
createdAt
string<date-time>
updatedAt
string<date-time>