Lingvanex Translate provides a simple API for translating plain text and HTML between any of 100+ supported languages. No limits on requests or document length!
Also we offer a self-hosted translation solution to translate unlimited volumes for a fixed price. So for just $50 you can translate millions of web-pages, audio and files per day.
To get free trial write us to
To make a certain text untranslatable, you just need to add one of the tags: "t", "notranslate", "shade". Here is an example from the text with the untranslatable world of Lingvanex:
Examples of use:
If you use "translateMode": "html":
Language | Language code | Language code with locale |
Afrikaans | af | af_ZA |
Albanian | sq | sq_AL |
Amharic | am | am_ET |
Arabic
|
ar
|
ar_AE |
ar_EG | ||
ar_SA | ||
Armenian | hy | hy_AM |
Azerbaijani | az | az_AZ |
Basque | eu | eu_ES |
Belarusian | be | be_BY |
Bengali | bn | bn_BD |
Bosnian | bs | bs_BA |
Bulgarian | bg | bg_BG |
Catalan | ca | ca_ES |
Cebuano | ceb | ceb_PH |
Chinese (Simplified) | zh-Hans | zh-Hans_CN |
Chinese (Traditional) | zh-Hant | zh-Hant_TW |
Corsican | co | co_FR |
Croatian | hr | hr_HR |
Czech | cs | cs_CZ |
Danish | da | da_DK |
Dutch | nl | nl_NL |
English
|
en
|
en_AU |
en_GB | ||
en_US | ||
Esperanto | eo | eo_WORLD |
Estonian | et | et_EE |
Finnish | fi | fi_FI |
French
|
fr
|
fr_CA |
fr_FR | ||
Frisian | fy | fy_NL |
Galician | gl | gl_ES |
Georgian | ka | ka_GE |
German | de | de_DE |
Greek | el | el_GR |
Gujarati | gu | gu_IN |
Haitian Creole | ht | ht_HT |
Hausa | ha | ha_NE |
Hawaiian | haw | haw_US |
Hebrew | he | he_IL |
Hindi | hi | hi_IN |
Hmong | hmn | hmn_CN |
Hungarian | hu | hu_HU |
Icelandic | is | is_IS |
Igbo | ig | ig_NG |
Indonesian | id | id_ID |
Irish | ga | ga_IE |
Italian | it | it_IT |
Japanese | ja | ja_JP |
Javanese | jv | jv_ID |
Kannada | kn | kn_IN |
Kazakh | kk | kk_KZ |
Khmer | km | km_KH |
Kinyarwanda | rw | rw_RW |
Korean | ko | ko_KR |
Kurdish (Kurmanji) | ku | ku_IR |
Kyrgyz | ky | ky_KG |
Lao | lo | lo_LA |
Latin | la | la_VAT |
Latvian | lv | lv_LV |
Lithuanian | lt | lt_LT |
Luxembourgish | lb | lb_LU |
Macedonian | mk | mk_MK |
Malagasy | mg | mg_MG |
Malay | ms | ms_MY |
Malayalam | ml | ml_IN |
Maltese | mt | mt_MT |
Maori | mi | mi_NZ |
Marathi | mr | mr_IN |
Mongolian | mn | mn_MN |
Myanmar (Burmese) | my | my_MM |
Nepali | ne | ne_NP |
Norwegian | no | no_NO |
Nyanja (Chichewa) | ny | ny_MW |
Odia (Oriya) | or | or_OR |
Pashto | ps | ps_AF |
Persian (Iranian) | fa | fa_IR |
Polish | pl | pl_PL |
Portuguese
|
pt
|
pt_BR |
pt_PT | ||
Punjabi (Panjabi) | pa | pa_PK |
Romanian | ro | ro_RO |
Russian | ru | ru_RU |
Samoan | sm | sm_WS |
Scots Gaelic | gd | gd_GB |
Serbian (Cyrillic) | sr-Cyrl | sr-Cyrl_RS |
Sesotho | st | st_LS |
Shona | sn | sn_ZW |
Sindhi | sd | sd_PK |
Sinhala (Sinhalese) | si | si_LK |
Slovak | sk | sk_SK |
Slovenian | sl | sl_SI |
Somali | so | so_SO |
Spanish
|
es
|
es_ES |
es_MX | ||
es_US | ||
Sundanese | su | su_ID |
Swahili | sw | sw_TZ |
Swedish | sv | sv_SE |
Tagalog (Filipino) | tl | tl_PH |
Tajik | tg | tg_TJ |
Tamil | ta | ta_IN |
Tatar | tt | tt_TT |
Telugu | te | te_IN |
Thai | th | th_TH |
Turkish | tr | tr_TR |
Turkmen | tk | tk_TM |
Ukrainian | uk | uk_UA |
Urdu | ur | ur_PK |
Uyghur | ug | ug_CN |
Uzbek | uz | uz_UZ |
Vietnamese | vi | vi_VN |
Welsh | cy | cy_GB |
Xhosa | xh | xh_ZA |
Yiddish | yi | yi_IL |
Yoruba | yo | yo_NG |
Zulu | zu | zu_ZA |
{
"platform": "api",
"translateMode": "html",
"from": "en",
"to": "de",
"data": "
"
}
Translate HTML - Endpoint Features
Object | Description |
---|---|
platform |
Optional |
translateMode |
Optional |
from |
[Required] |
to |
Optional |
data |
Optional |
{
"err": null,
"result": "<ul><li>Hallo</li><li>Dies ist der Translate HTML-Endpunkt</li></ul>"
}
curl --location --request POST 'https://zylalabs.com/api/9244/lingvanex+translation+api/16695/translate+html?from=Required' --header 'Authorization: Bearer YOUR_API_KEY'
{
"platform": "api",
"enableTransliteration": false,
"to": "en",
"data": "긁기는 고양이의 ‘본능’."
}
Autodetect and Translate - Endpoint Features
Object | Description |
---|---|
platform |
[Required] |
to |
[Required] |
enableTransliteration |
[Required] |
data |
[Required] |
request_body |
[Required] |
Request Body |
[Required] Json |
{
"err": null,
"result": "Scratching is a cat's ‘instinct’.",
"from": "ko"
}
curl --location --request POST 'https://zylalabs.com/api/9244/lingvanex+translation+api/16696/autodetect+and+translate?platform=Required&to=Required&enableTransliteration=Required&data=Required' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw ''
the language code in the format “language code_code of the country”, which is used to display the names of the languages. The language code is represented only in lowercase letters, the country code only in uppercase letters (example en_GB, es_ES, ru_RU etc). If this option is not present, then English is used by default
{"err":null,"result":[{"full_code":"af_ZA","code_alpha_1":"af","englishName":"Afrikaans","codeName":"Afrikaans","flagPath":"static/flags/afrikaans","testWordForSyntezis":"Hallo","rtl":"false","modes":[{"name":"Translation document","value":true},{"name":"Image object recognition","value":true},{"name":"Translation","value":true},{"name":"Translate web site","value":true},{"name":"Image recognition","value":true}]},{"full_code":"sq_AL","code_alpha_1":"sq","englishName":"Albanian","codeName":"Albanian","flagPath":"static/flags/albanian","testWordForSyntezis":"Përshëndetje","rtl":"false","modes":[{"name":"Translation document","value":true},{"name":"Translation","value":true},{"name":"Image recognition","value":true},{"name":"Translate web site","value":true},{"name":"Image object recognition","value":true}]},{"full_code":"am_ET","code_alpha_1":"am","englishName":"Amharic","codeName":"Amharic","flagPath":"static/flags/amharic","testWordForSyntezis":"ሰላም","rtl":"false","modes":[{"name":"Image object recognition","value":true},{"name":"Translation","value":true},{"name":"Translate web site","value":true},{"name":"Translation document","value":true}]},{"full_code":"ar_EG","code_alpha_1":"ar","englishName":"Arabic","codeName":"Arabic","flagPath":"static/flags/arabic_eg","testWordForSyntezis":"مرحبا","rtl":"true","modes":[{"name":"Image recognition","value":true},{"name":"Translate web site","value":true},{"name":"Image object recognition","value":true},{"name":"Translation","value":true},{"name":"Translation document","value":true}]},{"full_code":"ar_SA","code_alpha_1":"ar","englishName":"Arabic (Saudi Arabia)","codeName":"Arabic","flagPath":"static/flags/arabic_sa","testWordForSyntezis":"مرحبا","rtl":"true","modes":[{"name":"Translation document","value":true},{"name":"Speech recognition","value":true},{"name":"Image recognition","value":true},{"name":"Translate web site","value":true},{"name":"Image object recognition","value":true},{"name":"Translation","value":true}]},{"full_code":"ar_AE","code_alpha_1":"ar","englishName":"Arabic (United Arab Emirates)","codeName":"Arabic","flagPath":"static/flags/arabic_ae","testWordForSyntezis":"مرحبا","rtl":"true","modes":[{"name":"Translation","value":true},{"name":"Translation document","value":true},{"name":"Image recognition","value":true},{"name":"Speech recognition","value":true},{"name":"Image object recognition","value":true},{"name":"Translate web site","value":true}]},{"full_code":"hy_AM","code_alpha_1":"hy","englishName":"Armenian","codeName":"Armenian","flagPath":"static/flags/armenian","testWordForSyntezis":"Բարեւ","rtl":"false","modes":[{"name":"Translation document","value":true},{"name":"Translate web site","value":true},{"name":"Image object recognition","value":true},{"name":"Image recognition","value":true},{"name":"Translation","value":true}]},{"full_code":"az_AZ","code_alpha_1":"az","englishName":"Azerbaijani","codeName":"Azerbaijani","flagPath":"static/flags/azerbaijani","testWordForSyntezis":"Salam","rtl":"false","modes":[{"name":"Translate web site","value":true},{"name":"Translation","value":true},{"name":"Image object recognition","value":true},{"name":"Translation document","value":true}]},{"full_code":"eu_ES","code_alpha_1":"eu","englishName":"Basque","codeName":"Basque","flagPath":"static/flags/basque","testWordForSyntezis":"Kaixo","rtl":"false","modes":[{"name":"Translation document","value":true},{"name":"Image object recognition","value":true},{"name":"Translation","value":true},{"name":"Translate web site","value":true}]},{"full_code":"be_BY","code_alpha_1":"be","englishName":"Belarusian","codeName":"Belarusian","flagPath":"static/flags/belarusian","testWordForSyntezis":"Прывітанне","rtl":"false","modes":[{"name":"Translation document","value":true},{"name":"Translation","value":true},{"name":"Translate web site","value":true},{"name":"Image recognition","value":true},{"name":"Image object recognition","value":true}]},{"full_code":"bn_BD","code_alpha_1":"bn","englishName":"Bengali","codeName":"Bengali","flagPath":"static/flags/bengali","testWordForSyntezis":"হ্যালো","rtl":"false","modes":[{"name":"Translation document","value":true},{"name":"Translation","value":true},{"name":"Image recognition","value":true},{"name":"Translate web site","value":true},{"name":"Image object recognition","value":true}]},{"full_code":"bs_BA","code_alpha_1":"bs","englishName":"Bosnian","codeName":"Bosnian","flagPath":"static/flags/bosnian","testWordForSyntezis":"Zdravo","rtl":"false","modes":[{"name":"Image object recognition","value":true},{"name":"Translation","value":true},{"name":"Translate web site","value":true},{"name":"Translation document","value":true}]},{"full_code":"bg_BG","code_alpha_1":"bg","englishName":"Bulgarian","codeName":"Bulgarian","flagPath":"static/flags/bulgarian","testWordForSyntezis":"Здравейте","rtl":"false","modes":[{"name":"Translation","value":true},{"name":"Translate web site","value":true},{"name":"Image recognition","value":true},{"name":"Image object recognition","value":true},{"name":"Translation document","value":true}]},{"full_code":"ca_ES","code_alpha_1":"ca","englishName":"Catalan","codeName":"Catalan","flagPath":"static/flags/catalan","testWordForSyntezis":"Hola","rtl":"false","modes":[{"name":"Translation document","value":true},{"name":"Image object recognition","value":true},{"name":"Translate web site","value":true},{"name":"Speech recognition","value":true},{"name":"Image recognition","value":true},{"name":"Speech synthesis","value":true,"genders":false},{"name":"Translation","value":true}]},{"full_code":"ceb_PH","code_alpha_1":"ceb","englishName":"Cebuano","codeName":"Cebuano","flagPath":"static/flags/cebuano","testWordForSyntezis":"Hello","rtl":"false","modes":[{"name":"Image object recognition","value":true},{"name":"Translate web site","value":true},{"name":"Translation","value":true},{"name":"Translation document","value":true}]},{"full_code":"ny_MW","code_alpha_1":"ny","englishName":"Chichewa","codeName":"Chichewa","flagPath":"static/flags/chichewa","testWordForSyntezis":"Moni","rtl":"false","modes":[{"name":"Image object recognition","value":true},{"name":"Translate web site","value":true},{"name":"Translation","value":true},{"name":"Translation document","value":true}]},{"full_code":"zh-Hans_CN","code_alpha_1":"zh-Hans","englishName":"Chinese (Simplified)","codeName":"Chinese (Simplified)","flagPath":"static/flags/chinese_mandarin","testWordForSyntezis":"你好","rtl":"false","modes":[{"name":"Translation document","value":true},{"name":"Translation","value":true},{"name":"Translate web site","value":true},{"name":"Speech recognition","value":true},{"name":"Image object recognition","value":true},{"name":"Image recognition","value":true}]},{"full_code":"zh-Hant_TW","code_alpha_1":"zh-Hant","englishName":"Chinese (Traditional)","codeName":"Chinese (Traditional)","flagPath":"static/flags/chinese_taiwan","testWordForSyntezis":"你好","rtl":"false","modes":[{"name":"Translate web site","value":true},{"name":"Image object recognition","value":true},{"name":"Image recognition","value":true},{"name":"Translation","value":true},{"name":"Translation document","value":true}]},{"full_code":"co_FR","code_alpha_1":"co","englishName":"Corsican","codeName":"Corsican","flagPath":"static/flags/corsican","testWordForSyntezis":"Bonghjornu","rtl":"false","modes":[{"name":"Translation document","value":true},{"name":"Translation","value":true},{"name":"Image object recognition","value":true},{"name":"Translate web site","value":true}]},{"full_code":"hr_HR","code_alpha_1":"hr","englishName":"Croatian","codeName":"Croatian","flagPath":"static/flags/croatian","testWordForSyntezis":"Zdravo","rtl":"false","modes":[{"name":"Image recognition","value":true},{"name":"Translate web site","value":true},{"name":"Image object recognition","value":true},{"name":"Translation","value":true},{"name":"Translation document","value":true}]},{"full_code":"cs_CZ","code_alpha_1":"cs","englishName":"Czech","codeName":"Czech","flagPath":"static/flags/czech","testWordForSyntezis":"Dobrý den","rtl":"false","modes":[{"name":"Image recognition","value":true},{"name":"Image object recognition","value":true},{"name":"Speech synthesis","value":true,"genders":false},{"name":"Translate web site","value":true},{"name":"Translation","value":true},{"name":"Translation document","value":true}]},{"full_code":"da_DK","code_alpha_1":"da","englishName":"Danish","codeName":"Danish","flagPath":"static/flags/danish","testWordForSyntezis":"Hej","rtl":"false","modes":[{"name":"Speech synthesis","value":true,"genders":false},{"name":"Image object recognition","value":true},{"name":"Translation","value":true},{"name":"Image recognition","value":true},{"name":"Translate web site","value":true},{"name":"Translation document","value":true}]},{"full_code":"nl_NL","code_alpha_1":"nl","englishName":"Dutch","codeName":"Dutch","flagPath":"static/flags/dutch","testWordForSyntezis":"Hallo","rtl":"false","modes":[{"name":"Image object recognition","value":true},{"name":"Translation","value":true},{"name":"Image recognition","value":true},{"name":"Speech recognition","value":true},{"name":"Speech synthesis","value":true,"genders":false},{"name":"Translate web site","value":true},{"name":"Translation document","value":true}]},{"full_code":"en_GB","code_alpha_1":"en","englishName":"English","codeName":"English","flagPath":"static/flags/english_uk","testWordForSyntezis":"Hello","rtl":"false","modes":[{"name":"Translate web site","value":true},{"name":"Speech synthesis","value":true,"genders":false},{"name":"Image object recognition","value":true},{"name":"Image recognition","value":true},{"name":"Speech recognition","value":true},{"name":"Translation","value":true},{"name":"Translation document","value":true}]},{"full_code":"en_AU","code_alpha_1":"en","englishName":"English (Australian)","codeName":"English","flagPath":"static/flags/e...
curl --location --request GET 'https://zylalabs.com/api/9244/lingvanex+translation+api/16697/get+supported+languages' --header 'Authorization: Bearer YOUR_API_KEY'
The API allows you to translate text from one language to another using a POST request.
Request body example:
{
"platform": "api",
"from": "en",
"to": "ko",
"enableTransliteration": false,
"data": "London is the capital and largest city of England and of the United Kingdom."
}
Translate Text - Endpoint Features
Object | Description |
---|---|
platform |
Optional constant |
from |
Optional |
to |
Optional |
enableTransliteration |
Optional |
data |
[Required] |
Request Body |
[Required] Json |
{
"result": "London ist die Hauptstadt und größte Stadt von England und dem Vereinigten Königreich."
}
curl --location --request POST 'https://zylalabs.com/api/9244/lingvanex+translation+api/16693/translate+text?data=Required' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"platform": "api",
"from": "en",
"to": "de",
"enableTransliteration": false,
"data": "London is the capital and largest city of England and of the United Kingdom."
}'
Header | Description |
---|---|
Authorization
|
[Required] Should be Bearer access_key . See "Your API Access Key" above when you are subscribed. |
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
Yes, you can send large volumes of text, and the system scales for enterprise workloads if needed
We provide comprehensive technical support and resources for all API users to ensure smooth integration and operation.
It’s a cloud service that lets software send text via API requests to a translation engine and receive the translated result in real time
First, register an account. After topping up your balance, an API key is generated — use it to send requests with text and target language, and get real-time translations.
Choose the format for translation (text, array of texts, or HTML) and set request parameters. Then, send requests from your product directly to our API.
Yes, we customize models, vocabularies, and deployments to meet your business requirements. To do this, email us - [email protected]
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world's most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]
Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.
The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.
Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]
Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.
API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.
Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.
To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.
To check how many API calls you have left for the current month, refer to the 'X-Zyla-API-Calls-Monthly-Remaining' field in the response header. For example, if your plan allows 1,000 requests per month and you've used 100, this field in the response header will indicate 900 remaining calls.
To see the maximum number of API requests your plan allows, check the 'X-Zyla-RateLimit-Limit' response header. For instance, if your plan includes 1,000 requests per month, this header will display 1,000.
The 'X-Zyla-RateLimit-Reset' header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3,600, it means 3,600 seconds are left until the limit resets.
Yes, you can cancel your plan anytime by going to your account and selecting the cancellation option on the Billing page. Please note that upgrades, downgrades, and cancellations take effect immediately. Additionally, upon cancellation, you will no longer have access to the service, even if you have remaining calls left in your quota.
You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]
To give you the opportunity to experience our APIs without any commitment, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost. This trial can be used only once, so we recommend applying it to the API that interests you the most. While most of our APIs offer a free trial, some may not. The trial concludes after 7 days or once you've made 50 requests, whichever occurs first. If you reach the 50 request limit during the trial, you will need to "Start Your Paid Plan" to continue making requests. You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab. Alternatively, if you don't cancel your subscription before the 7th day, your free trial will end, and your plan will automatically be billed, granting you access to all the API calls specified in your plan. Please keep this in mind to avoid unwanted charges.
After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, it's important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.
When you subscribe to an API free trial, you can make up to 50 API calls. If you wish to make additional API calls beyond this limit, the API will prompt you to perform an "Start Your Paid Plan." You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab.
Payout Orders are processed between the 20th and the 30th of each month. If you submit your request before the 20th, your payment will be processed within this timeframe.
Service Level:
100%
Response Time:
344ms
Service Level:
100%
Response Time:
291ms
Service Level:
100%
Response Time:
4,918ms
Service Level:
100%
Response Time:
180ms
Service Level:
100%
Response Time:
901ms
Service Level:
100%
Response Time:
5,008ms
Service Level:
100%
Response Time:
284ms
Service Level:
100%
Response Time:
1,756ms
Service Level:
100%
Response Time:
1,400ms
Service Level:
100%
Response Time:
9,570ms
Service Level:
100%
Response Time:
12,031ms
Service Level:
100%
Response Time:
12,031ms
Service Level:
100%
Response Time:
168ms
Service Level:
100%
Response Time:
292ms
Service Level:
100%
Response Time:
12,031ms
Service Level:
100%
Response Time:
1,165ms
Service Level:
100%
Response Time:
12,031ms
Service Level:
100%
Response Time:
12,031ms
Service Level:
100%
Response Time:
1,430ms
Service Level:
100%
Response Time:
1,430ms