API Reference
Complete reference for all Auralytik REST API endpoints.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /conversations | List all conversations |
| POST | /conversations | Create a conversation |
| GET | /conversations/:id | Get a conversation |
| GET | /conversations/:id/analysis | Get AI analysis |
| GET | /agents | List available AI agents |
| POST | /agents/:id/run | Run an agent on conversation |
| GET | /evaluations | List evaluations |
| POST | /evaluations | Create an evaluation |
Full documentation coming soon
Detailed request/response schemas, code examples, and interactive API explorer are being developed. Contact us for early access to the API.
Request API Access