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

file_path
string
required

File path (e.g., assets/image.png)

Response

Signed download URL

signed_url
string
required
expires_at
string
required