Skip to main content
POST
/
api
/
agents
/
{agentId}
/
chat
Quick chat
curl --request POST \
  --url https://rippletide-backend.azurewebsites.net/api/agents/{agentId}/chat \
  --header 'Content-Type: application/json' \
  --header 'x-session-id: <api-key>' \
  --data '
{
  "message": "<string>"
}
'
{
  "agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "sessionId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "message": "<string>"
}

Authorizations

x-session-id
string
header
required

Session ID for anonymous access

Path Parameters

agentId
string<uuid>
required

Body

application/json
message
string
required

Response

201 - application/json

Chat response

agentId
string<uuid>
sessionId
string<uuid>
message
string