Skip to main content
POST
/
api
/
v1
/
voice
/
sessions
/
{sessionId}
/
messages
Send a voice message as text
curl --request POST \
  --url https://dev-chat-engine.actualize.ae/api/v1/voice/sessions/{sessionId}/messages \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "<string>"
}
'

Path Parameters

sessionId
string
required

Body

application/json
content
string
required

The content of the message

Response

The message stream has started.