API Reference
index

API Reference

Base URL: https://app.lisn.dev/api


Endpoints

SectionDescription
AuthenticationRegister, login, and manage API tokens
Assistants APICreate and manage AI assistants
Voice AnalysisSend audio files for STT + LLM analysis
Text AnalysisSend text conversations for LLM analysis
Response FormatSession object returned after processing
WebhooksReceive results via webhook callbacks
ErrorsHTTP status codes and error format
SDK & ExamplesPython, JavaScript, and cURL examples

Authentication

All endpoints require a Bearer token in the Authorization header:

Authorization: Bearer YOUR_API_TOKEN

Generate tokens from the Settings → API Tokens page, or see the Authentication docs.