Chat

Send chat or voice message to AI therapist

post
/chatting/
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

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