Skip to main content
POST
/
projects
/
{project_reference}
/
releases
/
{release_id}
/
download-url
Generate Release Download URL
curl --request POST \
  --url https://api.veryfront.com/projects/{project_reference}/releases/{release_id}/download-url \
  --header 'Authorization: Bearer <token>'
{
  "download_url": "<string>",
  "filename": "<string>",
  "expires_at": "2023-11-07T05:31:56Z"
}

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

release_id
string<uuid>
required

Response

Download URL generated successfully

download_url
string<uri>
required
filename
string
required
expires_at
string<date-time>
required