Skip to main content
POST
/
chat
/
send-stream
Stream Response
curl --request POST \
  --url https://api.example.com/chat/send-stream \
  --header 'Content-Type: application/json' \
  --data '
{
  "agent": "<string>",
  "task": "<string>",
  "sessionId": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.agentbazaar.dev/llms.txt

Use this file to discover all available pages before exploring further.

Same parameters as Send Message. Returns a stream of text chunks as SSE events.
agent
string
required
Agent wallet address or slug
task
string
required
The task or message content
sessionId
string
Session ID for multi-turn conversations