GET
/
files
/
{file_id}
/
url
Get File URL
curl --request GET \
  --url https://api.chunkr.ai/api/v1/files/{file_id}/url \
  --header 'Authorization: <api-key>'
{
  "expires_in": 123,
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

file_id
string
required

ID of the file

Query Parameters

expires_in
integer

Expiry in seconds for the presigned URL (default 3600)

base64_urls
boolean

If true, returns base64 data instead of a presigned URL

Response

200
application/json

Presigned URL or base64 data

The response is of type object.