Skip to main content
POST
/
agents
/
{agent_id}
/
runs
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string
required

Body

multipart/form-data
message
string
required
stream
boolean
default:false
session_id
string | null
user_id
string | null
files
file[] | null

Response

Agent run executed successfully

The response is of type any.

I