Queue call transcripts or audio files for processing.
POST /api/call-processing/queue
application/json for transcript payloads or multipart/form-data for
audio uploads.2025-12-16T18:32:00.000Z).transcript is omitted.transcript or file. When you upload a file without a
transcript, Objectionly will transcribe the audio and queue the call.| Status | Description |
|---|---|
| 400 | Missing or invalid headers or payload, or invalid request fields |
| 404 | Invalid workspace API key |
| 413 | Audio exceeds the maximum supported length |
| 415 | Unsupported audio file type |
| 422 | No transcript provided or generated |
| 500 | Failed to queue call |