https://chatloka.net/api/v1/ai/knowledge-bases
List AI knowledge bases.
ai:read
1. Authentication
Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
| Field | Type | Required | Description |
|---|---|---|---|
per_page |
integer |
Optional | 1-100, default 25 |
curl -X GET 'https://chatloka.net/api/v1/ai/knowledge-bases' \ -H 'Authorization: Bearer $API_KEY' \ -H 'Accept: application/json'
{
"success": true,
"data": [
{ "uuid": "a1b2c3d4-...", "name": "Product FAQ", "description": "Frequently asked questions about our products", "status": "active", "chunk_count": 320, "vector_store_provider": "qdrant", "embedding_model": "text-embedding-3-small", "last_synced_at": "2026-07-14T10:00:00+00:00", "created_at": "2026-07-10T08:00:00+00:00" }
]
}
UNAUTHORIZED
{ "success": false, "error": { "code": "UNAUTHORIZED", "message": "Invalid or revoked API key" } }
FORBIDDEN
{ "success": false, "error": { "code": "FORBIDDEN", "message": "You do not have permission to access this resource." } }
RATE_LIMIT_EXCEEDED
{ "success": false, "error": { "code": "RATE_LIMIT_EXCEEDED", "message": "Too many requests. Please slow down.", "retry_after": 60 } }
Every minute you wait is revenue walking out the door. Join hundreds of businesses who transformed their customer communication with ChatOn.
β 30-day money-back guarantee
We use cookies and similar technologies to improve your experience, analyze traffic, and personalize content. By clicking "Accept All", you consent to our use of cookies. Privacy Policy & Cookie Policy.
Choose which cookies you want to allow. Essential cookies are always required for the website to function.
Essential Cookies
Required for the website to function. Cannot be disabled.
Analytics Cookies
Help us understand how visitors interact with our website by collecting anonymous data.
Marketing Cookies
Used to track visitors across websites to display relevant advertisements.