Skip to main content
POST
Run velma-2 batch analysis on an uploaded 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. Max 100 MB. Supported extensions: aac, aiff, flac, mp3, mp4, mov, ogg, opus, wav, webm.

config
string
default:default

Either the literal string default (which loads a built-in default configuration) or a JSON-encoded BatchConfig object (whose structure is given by contentSchema). When omitted the default configuration is used. Sent as a string form field because multipart/form-data has no first-class object type.

Response

Batch processing completed.

duration_ms
integer
required
Required range: x >= 0
clips
object[]
required
behaviors
object[]
required
conversation_type_pick
object | null
participant_role_picks
object[]
topics
string[]
topic_sentiments
object[]
summary
string | null