DEEPL API usage from n8n - text or document endpoint?

I build a simple automation that takes an Airtable cell with long-text and sends it to DEEPL, then stores the translated text in a new Airtable cell on the same row.
The DEEPL API docs differentiate between “text” and documents". There is a minimum 50,000 character charge for each document API call.

My question is this: does n8n use the “text” or “document” end point?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Running version [email protected] on web.

Hi @The_Center_for_Unity,

Welcome to the community :tada:

The DeepL node uses the Translate text endpoint (and takes a string as an input to translate into your target language. See here.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.