Chat
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
messagestring · binaryOptional
Audio file
typestringOptional
Message type (e.g. audio, text)
Responses
200
AI response
No content
401
Unauthorized – missing or invalid access token
application/json
post
/chatting/POST /api/v1/chatting/ HTTP/1.1
Host: api.therappai.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: multipart/form-data
Accept: */*
Content-Length: 34
{
"message": "binary",
"type": "text"
}No content
Last updated

