cURL
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 }
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.
od_live_
Authorization: Bearer ...
Signed download URL (valid 1 hour).
Signed URL valid for ~1 hour.
Unix timestamp (float seconds) when the signed URL expires.