Skip to main content
GET
/
v1
/
calls
/
{id}
/
recording
Get recording signed URL
curl --request GET \
  --url https://api.mivicall.com/v1/calls/{id}/recording \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>",
  "expiresInSeconds": 86400
}

Documentation Index

Fetch the complete documentation index at: https://docs.mivicall.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key no header Authorization: Bearer miv_live_.... Gere keys em Settings → Integrations.

Path Parameters

id
string<uuid>
required

Response

Signed URL

url
string<uri>
expiresInSeconds
integer
Example:

86400