1. Active Azure Subscription
2. Azure AI Translator Resource in one of the supported regions.
This would give you the subscription key, region key, and the document translation API endpoint.
Examples of supported regions:
West Europe
North Europe
East US
West US
Southeast Asia
Japan East
Australia East
(Some regions do not support Translator.)
3. Tier requirements:
4. Azure Blob Storage Account (Batch Only)
Only required for batch document translation:
Format Type
Extensions
Batch Support
Sync Support
Notes
PDF
.pdf
✔
X
OCR-based translation for scanned PDFs - only in batch
Word
.doc, .docx
✔ (.docx only)
Legacy .doc converted to .docxin batch
Excel
.xls, .xlsx
✔ (.xlsx only)
Legacy .xls converted to .xlsxin batch
PowerPoint
.ppt, .pptx
✔ (.pptx only)
Legacy .ppt converted to .pptxin batch
Plain Text
.txt
UTF-8 encoded
CSV
.csv
Comma-delimited
Tab-separated
.tsv, .tab
Tab-delimited
HTML
.html, .htm
Web page markup
MHTML
.mhtml, .mht
Web archive; multipart/related content-type
Markdown
.md, .markdown, .mdown, .mkdn, .mkd, .mdwn, .mdtxt, .mdtext, .rmd
Only batch mode
OpenDocument Text
.odt
Legacy .odt converted to .docxin batch
OpenDocument Presentation
.odp
Legacy .odp converted to .pptxin batch
OpenDocument Spreadsheet
.ods
Legacy .ods converted to .xlsxin batch
Outlook Email
.msg
Single document or batch
XLIFF
.xlff
.xlf
.xliff
✔ (.xlff only)
✔ (.xlf .xliff only)
XML Localization Interchange File Format
Rich Text Format
.rtf
Legacy .rtf converted to .docxin batch
Headers
Description
Ocp-Apim-Subscription-Key
The value is the Azure secret key for your subscription to Translator.
Ocp-Apim-Subscription-Region
The value is the region of the translator resource.
Azure AI Translator documentation - quickstarts, tutorials, API reference - Azure AI services | Azure Docs
Text and Document APIs are separate features. Document API: Azure Document Translation Not Available – Only Text Translation Resource Created - Microsoft Q&A
Translator Translate Method - Azure AI services | Azure Docs
Translator Detect Method - Azure AI services | Azure Docs
Translator Languages Method - Azure AI services | Azure Docs
Quickstart: Document translation REST API - Azure AI services | Microsoft Learn
Start translation - Azure AI services | Azure Docs