Skip to main content
POST
Detect audio events in an English audio file

Authorizations

X-API-Key
string
header
required

API key used for authentication and usage tracking.

Body

multipart/form-data
upload_file
file
required

Audio file to analyze. Must be non-empty and of a supported format. Supported formats: AAC, AIFF, FLAC, MP3, MP4, MOV, OGG, Opus, WAV, WebM. Maximum file size: 100 MB.

Response

Event detection completed successfully.

probs
object
required

Per-event probabilities, each between 0 and 1. cry is predicted independently. Laughter and every other entry are drawn from a single shared distribution.

duration_ms
integer
required

The total duration of the processed audio in milliseconds.

Required range: x >= 0
Example:

14253