Skip to main content
POST
Agent 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 agent requests

inputs
AgentBatchInputsPayload · object[]
required
shared_inputs
AgentPayload · object
required

Request body model for the /agent/run endpoint

Response

Agent 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.