OCNORA

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 Glossary
    Create a glossary of term pairs for one language pair, so later translations render those terms exactly as given.
    deepl.create_glossary
  • Delete Glossary
    Permanently delete a glossary from the DeepL account.
    deepl.delete_glossary
  • Download Translated Document
    Download 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 Status
    Check once how far DeepL has got with a document translation job, without waiting for it to finish.
    deepl.get_document_status
  • Get Glossary
    Fetch one glossary's metadata, including whether it is ready to use.
    deepl.get_glossary
  • Get Glossary Entries
    Fetch the term pairs a glossary holds, as a source-to-target mapping.
    deepl.get_glossary_entries
  • Get Usage
    Report how many characters this DeepL account has translated in the current billing period, and how many its plan allows.
    deepl.get_usage
  • List Glossaries
    List every glossary that exists on the DeepL account.
    deepl.list_glossaries
  • List Glossary Language Pairs
    List the language pairs a glossary may be created for.
    deepl.list_glossary_language_pairs
  • List Supported Languages
    List the languages DeepL can translate from, or the languages it can translate into together with their formality support.
    deepl.list_languages
  • Translate Document
    Upload a document to DeepL and start translating it, returning the document_id and document_key that identify the job.
    deepl.translate_document
  • Translate Text
    Translate one text, or a batch of up to 50, into a target language with optional formality, glossary, tag handling and context.
    deepl.translate_text

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.