cURL
curl --request POST \ --url https://igboapi.com/api/v2/translate \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "text": "<string>", "sourceLanguageCode": "eng", "destinationLanguageCode": "eng" } '
{ "translation": "<string>" }
Translate text from one language to another. Returns a string of text representing the translation of a given input.
The inputs to the translation model describe what language you're translating from and to
eng
ibo
The translated text of the given input