Skip to main content
POST
/
v1
/
agent
/
batch
/
completions
{
  "batch_id": "<string>",
  "total_requests": 123,
  "results": "<any>",
  "execution_time": 123,
  "timestamp": "<string>"
}

Headers

x-api-key
string
required

Body

application/json · AgentCompletion · object[]
agent_config
object | null
task
string | null
history
img
string | null
imgs
string[] | null
tools_enabled
string[] | null

Response

batch_id
string | null
total_requests
integer | null
results
any
execution_time
number | null
timestamp
string | null