API Reference
Base URL: https://app.lisn.dev/api
Endpoints
| Section | Description |
|---|---|
| Authentication | Register, login, and manage API tokens |
| Assistants API | Create and manage AI assistants |
| Voice Analysis | Send audio files for STT + LLM analysis |
| Text Analysis | Send text conversations for LLM analysis |
| Response Format | Session object returned after processing |
| Webhooks | Receive results via webhook callbacks |
| Errors | HTTP status codes and error format |
| SDK & Examples | Python, JavaScript, and cURL examples |
Authentication
All endpoints require a Bearer token in the Authorization header:
Authorization: Bearer YOUR_API_TOKENGenerate tokens from the Settings → API Tokens page, or see the Authentication docs.