Skip to main content
GET
/
v2
/
teams
/
{teamId}
/
files
/
download-url
/
{path}
Get File Download URL
curl --request GET \
  --url https://api.duvo.ai/v2/teams/{teamId}/files/download-url/{path} \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>",
  "expiresAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

path
string
required

Path of the file relative to the team's storage root

Minimum string length: 1
teamId
string
required

Response

Default Response

url
string<uri>
required

Signed download URL

expiresAt
string<date-time>
required

ISO 8601 timestamp when the URL expires