Skip to main content
The Clever AI API provides endpoints for managing conversations with the AI agent and handling customer service tickets. The API is organized around REST principles and returns JSON responses.

Base URL

https://clever.nivara.io/en

Authentication

Authentication details will be provided separately. Contact Nivara supoort team for API credentials.

Response Format

All responses are returned in JSON format and include:
  • Standard HTTP status codes
  • Consistent error message format
  • Detailed validation errors when applicable

Error Responses

When an error occurs, you’ll receive:
{
  "detail": [
    {
      "loc": ["field_name"],
      "msg": "Error message",
      "type": "error_type"
    }
  ]
}

Available Endpoints

Conversation Management

Ticket Management

Language Support

The API supports two languages:
  • English (en)
  • Italian (it)
Language can be specified when starting a conversation or sending messages.