Technical documentation of the API and available endpoints.
POST /api/chatSend a message to the assistant and receive a response.
{
"message": "Your message here",
"session_id": "optional-session-id",
"stream": false
}
GET /api/sessionsList the user's active sessions.
POST /api/skills/{skill}/executeExecute a specific skill action.
The API uses Bearer tokens for authentication. Include the header Authorization: Bearer YOUR_TOKEN in all requests.