Du musst dich bei Deepl registrieren, damit du einen Auth-Key bekommst.
Beispiel-Script:
<?php
$de = "Beschreibung";
$ch = curl_init();
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch, CURLOPT_URL...