Skip to main content
POST
/
org
/
{org_id}
/
chat-stream
Send a chat message with streaming response
curl --request POST \
  --url https://v2-nova-api.prod.czmx.in/org/{org_id}/chat-stream \
  --header 'Content-Type: application/json' \
  --data '
{
  "message": "<string>",
  "conversation_id": "<string>"
}
'
{
  "data": "<unknown>",
  "event": "<string>"
}

Path Parameters

org_id
string
required

Organization ID

Body

application/json

Chat message

message
string
required
Required string length: 1 - 2000
conversation_id
string

Response

OK

data
any
event
string