Skip to main content
POST
Run Extract Template (Batch)

Authorizations

Authorization
string
header
required

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

Body

application/json

Request body for executing a batch of Extraction Template requests

inputs
object[]
required
Minimum array length: 1
shared_inputs
object
required

Response

200 - application/json

Batch Created

Response when a batch of extract tasks is created successfully.

batch_id
string
required

Unique identifier for the batch.

batch_size
number
required

Number of tasks in the batch.

tasks
object[]
required

List of created tasks.