Skip to main content
GET
/
projects
/
{project_reference}
/
uploads
/
{upload_reference}
/
url
Get Upload Download URL
curl --request GET \
  --url https://api.veryfront.com/projects/{project_reference}/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

project_reference
string
required

Project ID or slug

upload_reference
string
required

Upload ID (UUID) or URL-encoded file path

Query Parameters

ttl
number

Requested TTL in seconds (min 60, capped at max for visibility level)

Required range: 60 <= x <= 86400

Response

Signed download URL

signed_url
string
required
expires_at
string
required