Skip to main content
POST
/
agents
/
{idOrHandle}
/
invoke
Invoke Agent
curl --request POST \
  --url https://api.example.com/agents/{idOrHandle}/invoke \
  --header 'Content-Type: application/json' \
  --data '{
  "input": {}
}'
{
  "success": true,
  "message": "<string>",
  "data": {}
}

Path Parameters

idOrHandle
string
required

Body

application/json
input
object

Response

200 - application/json

Agent executed successfully

success
boolean
message
string
data
object