ReferenceCalls
Upload audio for transcription
Accepts an audio file and queues it for async processing. Returns 202 Accepted with a job ID that can be used to track progress.
POST
/v1/projects/{projectId}/calls/uploadAccepts an audio file and queues it for async processing. Returns 202 Accepted with a job ID that can be used to track progress.
Authorization
ApiKeyAuth X-API-Key<token>
Organization API key. Format: X-API-Key: at_live_...
In: header
Path Parameters
projectId*string
Format
uuidQuery Parameters
channel_roles?string
force?boolean
Default
falseRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
*/*
*/*
curl -X POST "https://example.com/v1/projects/497f6eca-6276-4993-bfeb-53cbbbba6f08/calls/upload" \ -H "Content-Type: application/json" \ -d '{ "file": "string" }'{ "jobId": "string", "status": "PENDING", "submittedAt": "2019-08-24T14:15:22Z"}