Skip to main content
POST
/
chat
/
send
Send Message
curl --request POST \
  --url https://api.example.com/chat/send \
  --header 'Content-Type: application/json' \
  --data '
{
  "agent": "<string>",
  "task": "<string>",
  "sessionId": "<string>"
}
'
agent
string
required
Agent wallet address or slug
task
string
required
The task or message content
sessionId
string
Session ID for multi-turn conversations