Endpoint URLs
DeepL currently offers the following regional endpoints:| Region | Endpoint URL |
|---|---|
| United States | https://api-us.deepl.com |
| Japan | https://api-jp.deepl.com |
| European Union (default) | https://api.deepl.com |
Configuration
Regional endpoints are configured by specifying the endpoint URL in the API client. The standard endpoint URL (https://api.deepl.com) is replaced with the regional endpoint URL (https://api-us.deepl.com or https://api-jp.deepl.com).
- cURL
- Python
- Node.js
- Java
- C# / .NET
- PHP
Technical specifications
Access requirements
Regional endpoints require activation through a regional deployment addendum. Requests to regional endpoints without activation will return a 403 authentication error. Contact your account manager or reach out to our sales team to activate regional endpoints for your account. If your account has regional endpoint access, any API key can be used with any regional endpoint.API compatibility
Regional endpoints support all DeepL API functionality except:- Voice API
- Admin Analytics API
api.deepl.com endpoint.
Glossaries and style rules
Glossaries and style rules are unique to each of DeepL’s regional data centers and are not shared between them. Glossaries and style rules created via the API on one regional endpoint (e.g.,api-us.deepl.com) are only accessible from that same endpoint.
Additionally, the DeepL web UI (at deepl.com) currently only accesses the European Union data center. Glossaries and style rules created in the UI are only accessible via the standard api.deepl.com endpoint, not regional endpoints like api-us.deepl.com or api-jp.deepl.com.
For more details, see the Style rules documentation.
Related documentation
- Client libraries - Language-specific client library documentation and configuration
- Authentication and access - API authentication methods and security best practices
- Text translation - Text translation API reference
- Admin API - Programmatic API key management for enterprise administrators