What Dolva Does
You upload an audio file — a short voice clip, a conversation snippet, or a longer recording — and Dolva returns JSON containing signal data extracted from the audio. Two analysis types are available:Cognitive Analysis
Detect signals related to cognitive load, clarity, and processing patterns from speech.
Emotion Analysis
Surface emotional states and valence from the acoustic properties of voice recordings.
API Overview
The Dolva API is a JSON REST API hosted athttps://api.dolva.ai. All analysis endpoints require a Bearer token for authentication.
| Property | Value |
|---|---|
| Base URL | https://api.dolva.ai |
| API Version | v1 |
| Auth | Bearer token (HTTP header) |
| Upload format | multipart/form-data |
| Response format | application/json |
Key Endpoints
| Method | Path | Description |
|---|---|---|
POST | /v1/analyze/cognitive | Analyze cognitive signals from audio |
POST | /v1/analyze/emotion | Analyze emotional signals from audio |
GET | /health | Check API availability |
Next Steps
Quick Start
Make your first API call in minutes.
Authentication
Learn how to use your Bearer token.