Skip to main content
GET
/
v1.0
/
call
/
url
/
{callId}
Get a call recording URL
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.

Headers

Authorization
string
required

Bearer [access_token]

Path Parameters

callId
integer<int64>
required

ID of the call.

Required range: x >= 1

Response

Recording URL retrieved successfully.

Wrapped response for GET /v1.0/call/url/{callId}. The recording URL payload is returned under the 'calls' key.

calls
object

Download URL for a call recording. The URL is valid for a limited time.