Azure AI Translator: API Design & Integration Surface
Docs-backedRESTful API at api.cognitive.microsofttranslator.com. POST body accepts an array of text objects; response mirrors input structure with translations array per text. Language detection via autodetect when 'from' param is omitted. 'to' param accepts comma-separated list for multi-target translation in one call — useful for multilingual agents. Dictionary and transliteration are separate endpoints with identical auth pattern. Document translation is async with S3-like output to Azure Blob Storage.