What you need to start:
First you will need to retrieve your Organization’s API Key from the LILT User Interface. Log in to the LILT platform as an Administrator, and select Manage from the sidebar. Select API keys.

Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.


curl https://api.lilt.com/v2/languages?key={Your API Key here}
{
"source_to_target": {
"en": {},
"...": "..."
},
"code_to_name": {
"aa": "Afar",
"ab": "Abkhazian",
"af": "Afrikaans",
"...": "..."
}
}
Was this page helpful?
