DeepL
AI & modelsAPI keycredential probe
Translate text and documents and manage glossaries with the DeepL API v2. The host is derived from the key: one ending in ':fx' is a DeepL API Free key and goes to api-free.deepl.com, anything else is Pro and goes to api.deepl.com.
OCNORA ships 12 typed DeepL operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.
Operations 12
- Create GlossaryCreate a glossary of term pairs for one language pair, so later translations render those terms exactly as given.deepl.create_glossary
- Delete GlossaryPermanently delete a glossary from the DeepL account.deepl.delete_glossary
- Download Translated DocumentDownload the translated document once its status is done, as a base64 file blob a storage or mail node can take straight from the wire.deepl.download_document
- Check Document StatusCheck once how far DeepL has got with a document translation job, without waiting for it to finish.deepl.get_document_status
- Get GlossaryFetch one glossary's metadata, including whether it is ready to use.deepl.get_glossary
- Get Glossary EntriesFetch the term pairs a glossary holds, as a source-to-target mapping.deepl.get_glossary_entries
- Get UsageReport how many characters this DeepL account has translated in the current billing period, and how many its plan allows.deepl.get_usage
- List GlossariesList every glossary that exists on the DeepL account.deepl.list_glossaries
- List Glossary Language PairsList the language pairs a glossary may be created for.deepl.list_glossary_language_pairs
- List Supported LanguagesList the languages DeepL can translate from, or the languages it can translate into together with their formality support.deepl.list_languages
- Translate DocumentUpload a document to DeepL and start translating it, returning the document_id and document_key that identify the job.deepl.translate_document
- Translate TextTranslate one text, or a batch of up to 50, into a target language with optional formality, glossary, tag handling and context.deepl.translate_text
More in AI & models
Run your first DeepL workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.