cURL
curl --request GET \ --url https://api.lilt.com/v2/files/download
"aSDinaTvuI8gbWludGxpZnk="
Download a File.
Example CURL:
curl -X GET 'https://api.lilt.com/v2/files/download?key=API_KEY&id=1'
A File id.
A file.
The response is of type string<byte>.
string<byte>
Was this page helpful?