Skip to main content
GET
/
api
/
v1
/
uploads
/
{upload_id}
/
download
/
original
Get a signed download URL for the original submitted file
curl --request GET \
  --url https://api.optimaldial.com/api/v1/uploads/{upload_id}/download/original \
  --header 'Authorization: Bearer <token>'
{
  "download_url": "<string>",
  "expires_at": 123
}

Authorizations

Authorization
string
header
required

OptimalDial API key, prefixed od_live_, sent as Authorization: Bearer .... Mint keys in the in-app developer panel; they are scoped to a single organization.

Path Parameters

upload_id
string<uuid>
required

Response

Signed download URL (valid 1 hour).

download_url
string<uri>
required

Signed URL valid for ~1 hour.

expires_at
number
required

Unix timestamp (float seconds) when the signed URL expires.