UnifyAPI
← Back to catalog

platform.call_batch

mock data$0.000 / call

Batch 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)

Developer Toolsprovider: Platform#platform#developer

Input schema

callsrequired

Array of tool calls to execute in parallel (max 20)

array
max_parallel

Max concurrent calls (1-10). Default: 10

integer

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}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.