Skip to main content
POST
Extract Batch

Authorizations

Authorization
string
header
required

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

Body

application/json
inputs
object[]
shared_inputs
object

Request body model for the /extract endpoint

Response

Extract Batch Created

Response when a batch of extract tasks is created successfully.

batch_id
string

Unique identifier for the batch.

batch_size
number

Number of tasks in the batch.

tasks
object[]

List of created tasks.