Skip to main content
Dolva is a REST API that analyzes audio recordings and returns structured signals about the speaker’s cognitive state and emotional profile. Whether you’re building mental wellness apps, conversation intelligence tools, or clinical monitoring solutions, Dolva gives you a simple HTTP interface backed by purpose-built audio ML models.

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 at https://api.dolva.ai. All analysis endpoints require a Bearer token for authentication.
PropertyValue
Base URLhttps://api.dolva.ai
API Versionv1
AuthBearer token (HTTP header)
Upload formatmultipart/form-data
Response formatapplication/json

Key Endpoints

MethodPathDescription
POST/v1/analyze/cognitiveAnalyze cognitive signals from audio
POST/v1/analyze/emotionAnalyze emotional signals from audio
GET/healthCheck API availability

Next Steps

Quick Start

Make your first API call in minutes.

Authentication

Learn how to use your Bearer token.