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