The Google Text Conversion API allows users to integrate translation capabilities into their applications and websites. Thanks to this API, users can translate text between different languages, enabling seamless communication and accessibility for global audiences.
One of the key features of the Google Text Conversion API is its ability to support a wide range of languages. With support for over 100 languages, users can translate text between languages such as English, Spanish, French, Chinese, Arabic and many more. This broad language support ensures that users can communicate effectively with speakers of various languages, making the API suitable for a wide variety of applications and use cases.
The Google Text Conversion API provides text translation and language detection capabilities. Users can enter text in one language and receive a translated version in the desired target language. In addition, the API can automatically detect the language of the text entered, making it easy for users to translate content without having to manually specify the source language.
Overall, the Google Text Conversion API provides a powerful and versatile solution for integrating translation features into applications and websites. With support for more than 100 languages, text and speech translation capabilities, customizable translation options and reliable performance, the API provides users with the tools they need to communicate effectively across languages and reach global audiences.
What this API receives and what your API provides (input/output)?
It will receive parameters and provide you with a JSON.
Besides the number of API calls, there is no other limitation.
{
"data": {
"languages": [
{
"language": "af"
},
{
"language": "ak"
},
{
"language": "am"
},
{
"language": "ar"
},
{
"language": "as"
},
{
"language": "ay"
},
{
"language": "az"
},
{
"language": "be"
},
{
"language": "bg"
},
{
"language": "bho"
},
{
"language": "bm"
},
{
"language": "bn"
},
{
"language": "bs"
},
{
"language": "ca"
},
{
"language": "ceb"
},
{
"language": "ckb"
},
{
"language": "co"
},
{
"language": "cs"
},
{
"language": "cy"
},
{
"language": "da"
},
{
"language": "de"
},
{
"language": "doi"
},
{
"language": "dv"
},
{
"language": "ee"
},
{
"language": "el"
},
{
"language": "en"
},
{
"language": "eo"
},
{
"language": "es"
},
{
"language": "et"
},
{
"language": "eu"
},
{
"language": "fa"
},
{
"language": "fi"
},
{
"language": "fr"
},
{
"language": "fy"
},
{
"language": "ga"
},
{
"language": "gd"
},
{
"language": "gl"
},
{
"language": "gn"
},
{
"language": "gom"
},
{
"language": "gu"
},
{
"language": "ha"
},
{
"language": "haw"
},
{
"language": "he"
},
{
"language": "hi"
},
{
"language": "hmn"
},
{
"language": "hr"
},
{
"language": "ht"
},
{
"language": "hu"
},
{
"language": "hy"
},
{
"language": "id"
},
{
"language": "ig"
},
{
"language": "ilo"
},
{
"language": "is"
},
{
"language": "it"
},
{
"language": "iw"
},
{
"language": "ja"
},
{
"language": "jv"
},
{
"language": "jw"
},
{
"language": "ka"
},
{
"language": "kk"
},
{
"language": "km"
},
{
"language": "kn"
},
{
"language": "ko"
},
{
"language": "kri"
},
{
"language": "ku"
},
{
"language": "ky"
},
{
"language": "la"
},
{
"language": "lb"
},
{
"language": "lg"
},
{
"language": "ln"
},
{
"language": "lo"
},
{
"language": "lt"
},
{
"language": "lus"
},
{
"language": "lv"
},
{
"language": "mai"
},
{
"language": "mg"
},
{
"language": "mi"
},
{
"language": "mk"
},
{
"language": "ml"
},
{
"language": "mn"
},
{
"language": "mni-Mtei"
},
{
"language": "mr"
},
{
"language": "ms"
},
{
"language": "mt"
},
{
"language": "my"
},
{
"language": "ne"
},
{
"language": "nl"
},
{
"language": "no"
},
{
"language": "nso"
},
{
"language": "ny"
},
{
"language": "om"
},
{
"language": "or"
},
{
"language": "pa"
},
{
"language": "pl"
},
{
"language": "ps"
},
{
"language": "pt"
},
{
"language": "qu"
},
{
"language": "ro"
},
{
"language": "ru"
},
{
"language": "rw"
},
{
"language": "sa"
},
{
"language": "sd"
},
{
"language": "si"
},
{
"language": "sk"
},
{
"language": "sl"
},
{
"language": "sm"
},
{
"language": "sn"
},
{
"language": "so"
},
{
"language": "sq"
},
{
"language": "sr"
},
{
"language": "st"
},
{
"language": "su"
},
{
"language": "sv"
},
{
"language": "sw"
},
{
"language": "ta"
},
{
"language": "te"
},
{
"language": "tg"
},
{
"language": "th"
},
{
"language": "ti"
},
{
"language": "tk"
},
{
"language": "tl"
},
{
"language": "tr"
},
{
"language": "ts"
},
{
"language": "tt"
},
{
"language": "ug"
},
{
"language": "uk"
},
{
"language": "ur"
},
{
"language": "uz"
},
{
"language": "vi"
},
{
"language": "xh"
},
{
"language": "yi"
},
{
"language": "yo"
},
{
"language": "zh"
},
{
"language": "zh-CN"
},
{
"language": "zh-TW"
},
{
"language": "zu"
}
]
}
}
curl --location --request GET 'https://zylalabs.com/api/3587/google+text+conversion+api/3957/languages' --header 'Authorization: Bearer YOUR_API_KEY'
{
"data": {
"translations": [
{
"translatedText": "你好"
}
]
}
}
curl --location --request POST 'https://zylalabs.com/api/3587/google+text+conversion+api/3958/text+translate' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"q": "Hello",
"source": "en",
"target": "zh-CN",
"format": "text"
}'
{
"data": {
"detections": [
[
{
"confidence": 1,
"language": "en",
"isReliable": false
}
]
]
}
}
curl --location --request POST 'https://zylalabs.com/api/3587/google+text+conversion+api/3959/detect+language' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"q": "Hello there"
}'
After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the Google Text Conversion API simply include your bearer token in the Authorization header.
| 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.
(Save 2 months with annual billing 🎉)
Trusted by leading companies
To use this API, users must indicate the base language and the language to be translated. They must also indicate a text to obtain a fast and accurate translation.
Google Text Conversion API allows users to convert text between different formats and representations.
There are different plans to suit all tastes, including a free trial for a small number of requests, but your rate is limited to avoid abuse of the service.
Zyla provides a wide range of integration methods for almost all programming languages. You can use these codes to integrate with your project as you need.
The "GET Languages" endpoint returns a list of supported languages, while the "POST Text Translate" endpoint returns the translated text. The "POST Detect Language" endpoint provides the detected language along with a confidence score.
Key fields include "languages" in the "GET Languages" response, "translatedText" in the "POST Text Translate" response, and "language" and "confidence" in the "POST Detect Language" response.
Response data is structured in JSON format. Each endpoint returns a "data" object containing relevant information, such as translations or language detections, organized in arrays for easy access.
The "POST Text Translate" endpoint requires parameters for the source language, target language, and text to translate. The "POST Detect Language" endpoint requires only the text to analyze.
Users can customize requests by specifying different source and target languages in the "POST Text Translate" endpoint and by providing various text inputs for language detection.
Common use cases include translating website content for localization, aiding language learners in apps, facilitating international communication, and assisting travelers with translations in travel apps.
Data accuracy is maintained through advanced algorithms and machine learning techniques that continuously improve translation quality and language detection reliability.
Users can extract specific fields from the JSON response, such as "translatedText" for displaying translations or "language" for understanding detected languages, enabling seamless integration into applications.
To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
The free trial lasts for 7 days and allows you to make up to 50 API requests.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.
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.
You can monitor your API usage through the response headers included with every request:
x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.
Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.
Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.
Please have a look at our Refund Policy: https://zylalabs.com/terms#refund