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.Documentation Index
Fetch the complete documentation index at: https://docs.nivara.io/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
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:Available Endpoints
Conversation Management
- Start Conversation - Start a new conversation
- Send Message - Send a message in a conversation
- Get Conversation - Get conversation details
- List Conversations - List all conversations
- Reinit Conversation - Reset a conversation
Ticket Management
- Get All Tickets - List all tickets
- Get Ticket - Get specific ticket details
- Get Tickets Summary - Get analytics and insights
Language Support
The API supports two languages:- English (
en) - Italian (
it)