Overview
Overview
Base URL, scope and limits of the elunos.ai API.
The API works over HTTPS, takes and returns JSON, and is authenticated with a key in the request header.
https://app.elunos.ai/api/v1What it covers today
The knowledge base: the documents your agents answer from during a call, and the folders holding them. That lets you maintain knowledge from a system you already have instead of copying it across by hand.
Agents, phone numbers and calls are not reachable through the API yet. You configure those in the platform.
Responses
Lists are paginated and carry links and meta next to data. Every document or folder response also contains sync_status and sync_error.
Limits
60 requests per minute per key. Files up to 20 MB.
Continue with Authentication, then Documents and Folders.