← Back to catalog
platform.call_batch
mock data$0.000 / callBatch Tool Calls
⚡ ACTION: 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
callsrequired
arrayArray of tool calls to execute in parallel (max 20)
max_parallel
integerMax concurrent calls (1-10). Default: 10
Call via REST
curl -X POST https://unifyapi.pro/api/call/platform.call_batch \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"calls":"<calls>","max_parallel":10}'