cURL
curl --request POST \ --url https://platform.crescendo.ai/api/v1/voc/tenants/{tenantId}/recording \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form 'metadata=<string>' \ --form audio='@example-file' \ --form file='@example-file'
{ "id": "job-voc-001" }
Uploads an audio file and metadata, then starts an asynchronous VOC job.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tenant identifier.
JSON string containing recording metadata. Must include id.
id
Audio file (mp3 or wav).
Alternative field name for the audio file (mp3 or wav).
Accepted