API Reference

FluxivoChat REST API

The FluxivoChat API lets you manage your widgets, knowledge bases, and conversations programmatically. Available on Pro and Agency plans.

Authentication

All API requests require your API key in the header:

Authorization: Bearer YOUR_API_KEY

Find your API key in your account dashboard under API Keys.

Base URL

https://api.aidovra.com/v1

Endpoints

Widgets

GET    /widgets          — List all widgets
GET    /widgets/:id      — Get a widget
POST   /widgets          — Create a widget
PATCH  /widgets/:id      — Update a widget
DELETE /widgets/:id      — Delete a widget

Knowledge Base

GET    /knowledge        — List all entries
POST   /knowledge        — Create an entry
PATCH  /knowledge/:id    — Update an entry
DELETE /knowledge/:id    — Delete an entry

Conversations

GET    /conversations              — List conversations
GET    /conversations/:id          — Get conversation details
GET    /conversations/:id/messages — Get messages

Analytics

GET    /analytics/overview    — Dashboard stats
GET    /analytics/questions   — Top questions
GET    /analytics/accuracy    — AI accuracy report

Rate Limits

Pro plans: 100 requests/minute. Agency plans: 500 requests/minute. Rate limit headers are included in every response.

Need Help?

Email api@aidovra.com for API support.