FluxivoChat REST API
Available on Pro and Agency plans. Manage widgets, knowledge base, and conversations programmatically.
Authentication
Authorization: Bearer your_api_key_hereBase URL
https://api.aidovra.com/v1/Endpoints
Widgets
GET /widgets — List all widgets
POST /widgets — Create a widget
PUT /widgets/:id — Update a widget
DELETE /widgets/:id — Delete a widget
Knowledge Base
GET /knowledge — List entries
POST /knowledge — Add entry
PUT /knowledge/:id — Update entry
DELETE /knowledge/:id — Delete entry
Conversations
GET /conversations — List recent
GET /conversations/:id — Get specific
GET /conversations/stats — Get analytics
Rate Limits
Pro: 100 req/min | Agency: 500 req/min