cURL
curl --request GET \ --url https://api.lilt.com/v2/translate/files \ --header 'Authorization: Basic <encoded-value>'
"aSDinaTvuI8gbWludGxpZnk="
Download a translated File.
Example CURL:
curl -X GET 'https://api.lilt.com/v2/translate/files?key=API_KEY&id=1'
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
A translation id.
A file.
The response is of type string<byte>.
string<byte>
Was this page helpful?