Invoke
deprecated
Invoke the agent with a message and get a response.
POST
Invoke
Body
application/json
Last modified on May 22, 2026
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Invoke the agent with a message and get a response.
curl --request POST \
--url https://api.example.com/agent/invoke \
--header 'Content-Type: application/json' \
--data '
{
"session_id": "<string>",
"query": "<string>"
}
'{
"session_id": "<string>",
"response": "<string>"
}Was this page helpful?
curl --request POST \
--url https://api.example.com/agent/invoke \
--header 'Content-Type: application/json' \
--data '
{
"session_id": "<string>",
"query": "<string>"
}
'{
"session_id": "<string>",
"response": "<string>"
}