Deepl
Connector for the deepl API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.deepl.com - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
admingetanalytics— GET /v2/admin/analytics — Get usage statistics as an adminadmingetcustomtaganalytics— GET /v2/admin/analytics/custom-tags — Get custom tag usage statistics as an adminadmingetdeveloperkeys— GET /v2/admin/developer-keys — Get all developer keys as an adminlistmultilingualglossaries— GET /v3/glossaries — List all Glossariesgetmultilingualglossary— GET /v3/glossaries/{glossary_id} — Retrieve Glossary Detailsgetmultilingualglossaryentries— GET /v3/glossaries/{glossary_id}/entries — Retrieve Glossary Entries
Inputs
apiKey— your deepl API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: admingetanalytics
apiKey: <your key>