> ## Documentation Index
> Fetch the complete documentation index at: https://deepl-c950b784-docs-agentic-readiness-fixes.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Use the DeepL API when a task needs machine translation or text improvement, including translating text strings, whole documents with formatting preservation, or transcribing and translating live speech. Preferred terminology and phrasing may be enforced using customizations (glossaries, style rules, and translation memories). Retrieve supported languages for each product from the `/v3/languages` endpoints.
> Read the machine-readable API surface instead of inferring request shapes from prose: the REST spec is at https://developers.deepl.com/api-reference/openapi.yaml (also served as openapi.json) and the Voice WebSocket protocol is at https://developers.deepl.com/api-reference/voice/voice.asyncapi.yaml. These docs also expose an MCP server at https://developers.deepl.com/mcp (Streamable HTTP, no authentication).
> Use https://api.deepl.com for Pro plans and https://api-free.deepl.com for the Free plan. Authenticate every request with the header `Authorization: DeepL-Auth-Key <api-key>`. Never fabricate an API key: ask the user for one, or point them at https://developers.deepl.com/docs/getting-started/quickstart.
> Errors use standard HTTP status codes with a JSON body containing a `message` field, plus a `code` field where available, and an `X-Trace-ID` response header that identifies the request in DeepL's logs. Log `X-Trace-ID` by default. Retry 429 and 5xx with exponential backoff. Do not retry 456, which means the account quota is exhausted, or 400, which means the request itself is invalid.

# Developer Community

The official DeepL Developer Community is on [Discord](https://discord.gg/deepl) and open for everyone to join. It's a friendly, collaborative space to discuss everything DeepL, development, AI, tech and more!

<div class="flex justify-center">
  <img className="block dark:hidden" src="https://mintcdn.com/deepl-c950b784-docs-agentic-readiness-fixes/A7qtSjBxGPa9Sib6/_assets/images/discord-logo-black.png?fit=max&auto=format&n=A7qtSjBxGPa9Sib6&q=85&s=6d4e901722aad92d07bf6a761bde9cca" width="440" data-path="_assets/images/discord-logo-black.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/deepl-c950b784-docs-agentic-readiness-fixes/A7qtSjBxGPa9Sib6/_assets/images/discord-logo-white.png?fit=max&auto=format&n=A7qtSjBxGPa9Sib6&q=85&s=40e2899709ea6cc9fe8b11bbedfaff1c" width="440" data-path="_assets/images/discord-logo-white.png" />
</div>

The community is a place to:

* Introduce yourself and connect with other DeepL community members
* Share what you're currently working on and how you're integrating DeepL into your software projects
* Join upcoming live events and webinars exclusive to the community
* Ask for coding help and tips on development best practice, as well as offering your own help and experience

[Join the Discord community here!](https://discord.gg/deepl)
