Overseas access: www.kdjingpai.com
Bookmark Us
Current Position:fig. beginning " AI Answers

How quickly can I start using DeepLX's translation services?

2025-08-20 42

Using the DeepLX public service is the easiest way to get started, as described below:

  1. Confirmation request format: required for all requestsContent-Type: application/jsonhead
  2. Select a translation engine: DeepL endpoint (/deepl) or the Google Translate endpoint (/google)
  3. Construct request body: needs to containtext(Text to be translated),source_lang(source language code) andtarget_lang(target language code) three required fields

Sample code:
cURL way to request DeepL to translate English to Chinese:
curl -X POST https://dplx.xi-xu.me/deepl -H "Content-Type: application/json" -d '{ "text": "Hello", "source_lang": "EN", "target_lang": "ZH" }'

Python users can use therequestslibrary to achieve the same functionality, JavaScript developers can use thefetch API. The public service address ishttps://dplx.xi-xu.me, it is recommended to prioritize the use of DeepL endpoints for better quality.

Recommended

Can't find AI tools? Try here!

Just type in the keyword Accessibility Bing SearchYou can quickly find all the AI tools on this site.

Top

en_USEnglish