Calls, Messages, Stages
Get Call Recording
Agents
Calls, Messages, Stages
Corpora, Query, Sources
- Corpus Service (RAG) Overview
- GETList Corpora
- POSTCreate Corpus
- GETGet Corpus
- PATCHUpdate Corpus
- DELDelete Corpus
- POSTQuery Corpus
- GETList Corpus Sources
- POSTCreate Corpus Source
- GETGet Corpus Source
- PATCHUpdate Corpus Source
- DELDelete Corpus Source
- GETList Corpus Source Documents
- GETGet Corpus Source Document
- POSTCreate Corpus File Upload
Webhooks
Calls, Messages, Stages
Get Call Recording
Returns a link to the recording of the call
GET
/
api
/
calls
/
{call_id}
/
recording
curl --request GET \
--url https://api.ultravox.ai/api/calls/{call_id}/recording \
--header 'X-API-Key: <api-key>'
This response does not have an example.
Authorizations
API key
Path Parameters
Response
200
audio/wav
The response is of type file
.
curl --request GET \
--url https://api.ultravox.ai/api/calls/{call_id}/recording \
--header 'X-API-Key: <api-key>'
This response does not have an example.