POST
/api/v1/chat
Chat with AI
Chat with your custom AI
Auth required
Bearer token
Headers
| Name | Example | Required | Description |
|---|---|---|---|
Authorization |
Bearer your_token |
Yes | Your company API token |
Content-Type |
application/json |
Yes | Content Type |
Parameters
| Name | Location | Type | Required | Description | Example |
|---|---|---|---|---|---|
message |
body | string | Yes | Client Message | Hi, what is your name |
Responses
Success
{
"agent": "system",
"message": "Hi, I`m ArixAi. How are you today?"
}