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).
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'}
Backend & Frontend compatible (even if it is discouraged to use DeepL API calls from a frontend), via a Cors.sh proxy if needed.
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.