platform.batch.call
Execute multiple API tool calls simultaneously to reduce round-trips and improve efficiency. Supports up to 20 calls with parallel execution, providing individual results, costs, and status for each.
Instructions
Execute up to 20 tool calls in a single request with parallel execution (max 10 concurrent). Each call runs the full pipeline independently with its own billing. Returns array of results with per-call status, data, cost, and duration. Save 5x round-trips vs sequential calls. Batch wrapper is free — you pay only for individual tool calls (APIbase)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| calls | Yes | Array of tool calls to execute in parallel (max 20) | |
| max_parallel | No | Max concurrent calls (1-10). Default: 10 |