Returns a temporary download URL for the audio recording of a call.
Notes:
curl --request GET \
--url https://api.lofty.com/v1.0/call/url/{callId} \
--header 'Authorization: <authorization>'{
"calls": {
"id": 563172647619608,
"url": "https://anycall-file.lofty.com/recordings/abc123.mp3"
}
}Documentation Index
Fetch the complete documentation index at: https://developer.lofty.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer [access_token]
ID of the call.
x >= 1Recording URL retrieved successfully.
Wrapped response for GET /v1.0/call/url/{callId}. The recording URL payload is returned under the 'calls' key.
Download URL for a call recording. The URL is valid for a limited time.
Show child attributes
curl --request GET \
--url https://api.lofty.com/v1.0/call/url/{callId} \
--header 'Authorization: <authorization>'{
"calls": {
"id": 563172647619608,
"url": "https://anycall-file.lofty.com/recordings/abc123.mp3"
}
}