Skip to main content
GET
/
v1
/
projects
/
{project_id}
/
files
/
{file_id}
/
download-url
Get File Download Url
curl --request GET \
  --url https://api.example.com/v1/projects/{project_id}/files/{file_id}/download-url \
  --header 'x-api-key: <api-key>' \
  --header 'x-selected-account-id: <api-key>'
{
  "url": "<string>",
  "expires_at": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for authentication

x-selected-account-id
string
header
required

Selected Account ID

Path Parameters

project_id
string
required
file_id
string
required

Query Parameters

expires_in_seconds
integer
default:3600

Response

Successful Response

Response model for file download URL endpoint.

url
string
required
expires_at
string
required