cURL
curl --request POST \ --url https://api.qtzl.ai/translate \ --header 'Content-Type: application/json' \ --header 'api-key: <api-key>' \ --data '{ "content": "<string>", "target": "<string>", "format": "text" }'
{ "result": "ok", "message": "Translated successfully", "translation": "<string>" }
Translates text or HTML content to a specified target language
API key authentication. You can obtain your API key by registering on your project dashboard.
Content successfully translated
The response is of type object.
object