curl -X GET "https://api.deepl.com/v2/glossary-language-pairs" \ --header "Authorization: DeepL-Auth-Key $TOKEN" | jq 词汇表现在只支持 TSV 和 CSV,并且 CSV 只支持上传,不支持下载。 参考:Manage glossaries | DeepL API Documentation 上一篇Miniforge 安装 下一篇硬盘 本文作者:Undefined443 ...
Set the API keyCopy export API_KEY={YOUR_API_KEY} Sample requestCopy curl -X POST https://api.deepl.com/v2/translate \ --header "Content-Type: application/json" \ --header "Authorization: DeepL-Auth-Key $API_KEY" \ --data '{ "text": ["Hello world!"], "target_lang": "DE" ...
Request parameters are used to pass information to the DeepL API Pro or DeepL API Free, results are returned in a suitable representation (e.g., JSON). Request parameters must be encoded in accordance with the documentation provided under https://developers.deepl.com/docs. Authentication is ...
DeepL Pro fast, accurate, and secure translations Unlimited text translation Translate as much as you like without restriction on translation volume or number of characters per translation. Translation of whole files Change a document's language while retaining the original formatting for maximum time ...
composer.json Repository files navigation README ISC license deepl-api DeepL API client library for PHP following the documentation of this API from April 26, 2024 (v2). See DeepL API Docs documentation. Installing via Composer The recommended way to install is through Composer. $ composer requi...
Anything you can currently do with our API can be done using the connector as well. You can look here to see all supported functionality and additional documentation about parameters and details.Creating a connectionThe connector supports the following authentication types:...
This project contains an OpenAPI specification of the DeepL API, in YAML and JSON formats. There is also a simplified YAML with reduced descriptions that is embedded in our API documentation. You can use this specification to explore the API in tools like Postman, or to auto-generate documentat...
调用deepl.com的API进行pdf文件翻译,主要解决了上传文件大小限制的问题,通过分割文件到合适的大小,翻译后再合并,实现了大文件翻译。 软件架构 config.py 为参数配置文件 data.json 为数据库文件 安装教程 python3环境,安装requirements.txt内所需依赖。 deepl官网注册登录,获取API验证密钥并填写到config.py ...
I've been struggling with setting up machine translations for the provided companies: google, yandex and bing. However none of these API's are currently working for me. Luckily I can add a custom API. We've picked Deepl for this: DeepL API. I'm not sure what I'm supposed to do fo...
Client(os.getenv('API_KEY')) project_id = "YOUR_LOKALISE_PROJECT_ID" filename = "en.json" filepath = os.path.join(os.path.dirname(__file__), f"i18n/{filename}") We will be using an official SDK for Lokalise API to perform Python translate. Please note that you’ll need to...