Skip to main content
GET
/
uploads
/
{upload_reference}
/
url
Get Upload Download URL
curl --request GET \
  --url https://api.veryfront.com/uploads/{upload_reference}/url \
  --header 'Authorization: Bearer <token>'
{
  "signed_url": "<string>",
  "expires_at": "<string>"
}

Authorizations

Authorization
string
header
required

Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.

Path Parameters

upload_reference
string
required

Upload ID (UUID)

Query Parameters

ttl
number

Requested TTL in seconds

Required range: 60 <= x <= 86400

Response

Signed download URL

signed_url
string
required
expires_at
string
required