Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.

Body

application/json
calls
object[]
required

Tool calls to execute. Dispatched concurrently; the batch is capped at 5.

Required array length: 1 - 5 elements
team_id
string | null

Team the calls are scoped to.

Example:

"team_4f8c92ab"

Response

Batch processed. Inspect each result's status and error; this can include all-success and all-failed execution outcomes.

results
object[]