Hey Danke
API, ich habe auch schon die für mich interessante Stelle gefunden, mal sehen ob das in Delphi auch so arbeitet.
Code:
interface DeepLService {
companion object {
const val BASE_URL = "https://www2.deepl.com"
}
@Headers("accept-language: en,de,fr,es,it,nl,pl")
@POST("/jsonrpc")
fun translateText(@Body translationRequest: TranslationRequest): Call<TranslationResponse>