Agents
Run Agent
POST
/
v1
/
agents
/
run
/
{agent_id}
/
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
agent_id
string
requiredBody
agent_input_key_1
string
Agent input key defined in agent settings; can be a file or a string
Minimum length:
1
agent_input_key_2
file
Agent input key defined in agent settings; can be a file or a string; more input keys can be added as needed
Response
200 - application/json
key
string
requiredThe key of the output
description
string | null
The description of the output
data_type
string
requiredThe MIME data type of the output
value
string
requiredThe value of the output, serialized as a string