POST /v1/analyze/cognitive endpoint accepts an audio file and returns a JSON object containing cognitive signals extracted from the recording. This endpoint requires Bearer token authentication.
Endpoint
Authentication
This endpoint requires a Bearer token. Include it in theAuthorization header:
Request
Content-Type:multipart/form-data
Request Fields
file
required
The audio file to analyze. Supported formats include WAV, MP3, M4A, FLAC, and OGG. See Audio Requirements for details.
Response
Status:200 OKContent-Type:
application/json
The response is a JSON object. The exact fields returned depend on the analysis model and may vary; the API spec defines the response as a free-form JSON object (additionalProperties: true). The following example illustrates the shape of a typical response:
200 OK
Example Response Fields
The fields below are illustrative examples of what the response may contain. Refer to the Dolva dashboard or model release notes for the authoritative list of fields returned by your model version.string
An example status indicator. May be
"ok" on a successful analysis.object
An example wrapper object containing extracted cognitive signals.
Error Responses
422 Validation Error