Endpoints
Chat Completion
Generate conversational AI responses based on text input, providing responses in text format.
POST
Engage with users through dynamic conversational AI capabilities. This endpoint processes user inputs, either in text or audio form, and returns context-aware responses in the specified format (text or audio). It enhances user interaction by providing timely and relevant information within conversational flows.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Type of input provided: 'text'.
Available options:
text
Text prompt for conversation initiation.
Desired format for the response: 'text'.
Available options:
text
Response
200 - application/json
The conversational reply as text.