cURL
curl --request POST \ --url https://api.everbility.com/v1/public/clients/{client_id}/transcriptions/upload-large \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file'
{ "job_id": "<string>" }
Upload a large audio file for asynchronous transcription into a client note. Poll the returned job ID until completion.
Use a Clerk-backed Everbility user or organisation API key directly as the bearer token.
Successful Response