Skip to main content
POST
/
v1
/
agent
/
completions
{
  "job_id": "<string>",
  "success": true,
  "name": "<string>",
  "description": "<string>",
  "temperature": 123,
  "outputs": "<any>",
  "usage": {},
  "timestamp": "<string>"
}

Headers

x-api-key
string
required

Body

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

Response

job_id
string | null
success
boolean | null
default:true
name
string | null
description
string | null
temperature
number | null
outputs
any
usage
object | null
timestamp
string | null