Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.24 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.24 KB

DeepL Driver

This custom DeepL Driver is designed to do fewer API Calls (it partitions your input to make each request as close as possible to the maximum number of characters per request allowed by DeepL).

Polymorphic input

Compatible with:

  • string inputs
    • 'This is a test'
  • string arrays inputs
    • ['This is a test', 'This is an another test']
  • Record<string, string> inputs
    • {key_a: 'This is a test', key_b: 'This is an another test'}

Use it anywhere!

Backend & Frontend compatible (even if it is discouraged to use DeepL API calls from a frontend), via a Cors.sh proxy if needed.

Good practices

Before ANY use of this driver in your Frontend, read carefully DeepL recommandations.

⚠️ The only relevant use case of this driver in Frontend is the realization of an alternative front in which the user must enter his API key.

Don't expose your API key in your frontend.


This GitHub repository is not part of the DeepL website or DeepL, SE.
Additionally, this GitHub repository is NOT endorsed by DeepL in any way.
DeepL is a trademark of DeepL, SE.