Getting StartedOverview1 / 12
v1.0 · Public API

Velamini Public API

Integrate your trained AI agent into any platform using 4 simple REST endpoints.

Base URL — https://velamini.com/api
All public endpoints live under /api/agent/ and authenticate via X-Agent-Key.

Every organisation gets a unique API key (format: vela_xxxx…). Use it to chat with your agent, list sessions, retrieve history, and collect feedback — without exposing your dashboard credentials.

POST
/api/agent/chat

Send a message, receive an AI reply

GET
/api/agent/sessions

List all conversation sessions

GET
/api/agent/history

Get all messages in a session

POST
/api/agent/feedback

Submit thumbs up / thumbs down feedback