Stream
deprecated
Process a message with the agent, streaming ag-ui events.
POST
Stream
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.
Process a message with the agent, streaming ag-ui events.
curl --request POST \
--url https://api.example.com/agent/stream \
--header 'Content-Type: application/json' \
--data '
{
"session_id": "<string>",
"query": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?
curl --request POST \
--url https://api.example.com/agent/stream \
--header 'Content-Type: application/json' \
--data '
{
"session_id": "<string>",
"query": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}