Skip to main content
GET
/
v2
/
files
/
download
Download file
curl --request GET \
  --url https://api.lilt.com/v2/files/download \
  --header 'Authorization: Basic <encoded-value>'
"aSDinaTvuI8gbWludGxpZnk="

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

id
string
required

A File id.

Response

A file.

The response is of type string<byte>.