# DocsRTL > DocsRTL translates DOCX documents into RTL languages — Hebrew, Arabic, Persian, and Urdu — while perfectly preserving formatting: fonts, styles, paragraph structure, nested tables, hyperlinks, headers, and footers. DocsRTL is a document translation service for professionals who need their translated documents to actually look right. Every other general-purpose translation tool treats documents as flat text. The formatting collapses. Tables lose their structure. RTL text runs the wrong direction. DocsRTL solves this: the output document is visually identical to the input, just in a different language with correct right-to-left text flow. ## Use it - Website: https://docsrtl.com - Pricing: Starter $4.90/mo, Pro $19.90/mo ## API Programmatic access for agents and applications: - Base URL: https://docsrtl.com/v1 - OpenAPI spec: https://docsrtl.com/v1/openapi.json - Authentication: Bearer token (API key, Pro tier required) - Primary endpoint: POST /v1/translate — upload document, specify target language, receive translated document ## Capabilities - Input formats: DOCX, DOC, ODT, RTF - Output: translated document in original format, with correct RTL text direction - Supported target languages (RTL): Hebrew (he), Arabic (ar), Persian/Farsi (fa), Urdu (ur) - Supported target languages (LTR): English (en), French (fr), Spanish (es), German (de), Italian (it), Portuguese (pt), Dutch (nl), Russian (ru), Polish (pl), Ukrainian (uk), Romanian (ro), Hungarian (hu), Czech (cs), Slovak (sk), Bulgarian (bg), Croatian (hr), Greek (el), Swedish (sv), Danish (da), Finnish (fi), Norwegian (no), Turkish (tr), Indonesian (id), Malay (ms), Vietnamese (vi), Thai (th), Chinese Simplified (zh-CN), Chinese Traditional (zh-TW), Japanese (ja), Korean (ko), Hindi (hi), Bengali (bn), Tamil (ta), Swahili (sw), Amharic (am) - Formatting preserved: fonts, paragraph styles, nested tables, hyperlinks, headers and footers, page layout - Translation engine: Google Gemini ## For AI agents - Landing page for AI agents and developers: https://docsrtl.com/for-agents - Claude Code skill: https://docsrtl.com/skill.md (drop into .claude/skills/docsrtl/SKILL.md) - Python SDK: in development - call the REST API directly using any HTTP client for now ## Docs - Documentation hub: https://docsrtl.com/docs - What is DocsRTL: https://docsrtl.com/docs/what-is-docsrtl - Supported languages: https://docsrtl.com/docs/supported-languages - API reference: https://docsrtl.com/docs/api - Translate Word document to Hebrew: https://docsrtl.com/docs/translate-word-document-to-hebrew - Arabic document translation API guide: https://docsrtl.com/docs/arabic-document-translation-api - Async translation with webhooks: https://docsrtl.com/docs/webhooks - OpenAPI spec: https://docsrtl.com/v1/openapi.json - GPT Actions spec: https://docsrtl.com/v1/openapi-gpt-actions.json - Function calling spec: https://docsrtl.com/v1/openapi-functions.json