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?