Arix AI — API Docs

Every endpoint your app can call, with the exact headers, parameters and responses to expect. Authenticate each request with the token issued to your company.

Arix client api

POST /api/v1/chat

Chat with AI

Chat with your custom AI

Auth required Bearer token

Headers

NameExampleRequiredDescription
Authorization Bearer your_token Yes Your company API token
Content-Type application/json Yes Content Type

Parameters

NameLocationTypeRequiredDescriptionExample
message body string Yes Client Message Hi, what is your name

Responses

Success

{
  "agent": "system",
  "message": "Hi, I`m ArixAi. How are you today?"
}