Azure AI Translator by Microsoft is a cloud-based service supporting 137 languages including Turkish. It offers translation, language detection, transliteration, and dictionary lookup features. Access requires an API key and includes a free tier of 2 million characters per month.
The information on this page was compiled from the provider's own sources, but the record has not been through full editorial review. Verify access conditions and limits against the provider's current documentation. Records in this state are not indexed by search engines.
Our review criteriaCatalog notes to consider when evaluating the integration, in addition to the provider documentation.
Azure AI Translator bills per character rather than per request, which is why the documentation recommends sending shorter requests rather than batching aggressively. A single translate request is capped at 50,000 characters across all target languages, so translating the same text into three languages counts three times. The free F0 tier is rate-limited to 2 million characters per hour, and the documentation expects that quota to be spent evenly: exceeding roughly 33,300 characters per minute can return an out-of-quota response even below the hourly total. There is no limit on concurrent requests. Transliteration is tighter at 5,000 characters per request. The monthly free allowance is a separate matter and should be checked on the pricing page. Verified 2026-08-25.
Last verified: August 25, 2026
Other APIs in the same category usable from Türkiye.
Public test lab configuration summary for this API.
https://api.cognitive.microsofttranslator.com/Methods
Verified endpoint examples
/languages?api-version=3.0Desteklenen tüm dilleri döndürür — API anahtarı gerekmez. Çeviri, transliterasyon ve sözlük kapsamındaki dilleri listeler
Desteklenen tüm dilleri döndürür — API anahtarı gerekmez. Çeviri, transliterasyon ve sözlük kapsamındaki dilleri listeler
/translate?api-version=3.0&from={from}&to={to}Metni kaynak dilden hedef dile çevirir. Header: Ocp-Apim-Subscription-Key. Gövde: [{"text": "{metin}"}]. Örn: from=en&to=tr
Metni kaynak dilden hedef dile çevirir. Header: Ocp-Apim-Subscription-Key. Gövde: [{"text": "{metin}"}]. Örn: from=en&to=tr
/detect?api-version=3.0Metnin dilini otomatik tespit eder ve güven skoru döndürür. Header: Ocp-Apim-Subscription-Key. Gövde: [{"text": "{metin}"}]
Metnin dilini otomatik tespit eder ve güven skoru döndürür. Header: Ocp-Apim-Subscription-Key. Gövde: [{"text": "{metin}"}]
/transliterate?api-version=3.0&language={lang}&fromScript={from}&toScript={to}Metni bir alfabeden diğerine dönüştürür (örn. Arapça → Latin). Header: Ocp-Apim-Subscription-Key
Metni bir alfabeden diğerine dönüştürür (örn. Arapça → Latin). Header: Ocp-Apim-Subscription-Key
+2 more endpoints
Tracked public interactions for this catalog entry.
views
85
doc clicks
7
API calls
30
API ownership claim
If you are the official provider of this API, you can submit an ownership claim.