Skip to content

Translate


Translates some Text to any Language


POST /api/ai/translate
Terminal window
https://api.cookie-api.com/api/ai/translate


URL Parameters
textThe text that should be translated
languageThe language the text should be translated to
source_language optional For more accurate Translations put the source language of the text to be translated here

curl --location --request POST 'https://api.cookie-api.com/api/translate?language=german&text=Hello%20how%20are%20you%3F' \
--header 'Authorization: API_Key'

Responses
{
"response": "Hallo, wie geht es Ihnen?",
"success": true
}