cURL
curl --request GET \ --url https://api.veryfront.com/uploads/{upload_reference}/url \ --header 'Authorization: Bearer <token>'
{ "signed_url": "<string>", "expires_at": "<string>" }
Generates a signed URL for downloading an upload.
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Upload ID (UUID)
Requested TTL in seconds
60 <= x <= 86400
Signed download URL