Skip to main content
POST
cURL

Authorizations

X-API-Key
string
header
required

Body

application/json

The inputs to the translation model describe what language you're translating from and to

text
string
required
sourceLanguageCode
enum<string>
required
Available options:
eng,
ibo
destinationLanguageCode
enum<string>
required
Available options:
eng,
ibo

Response

200 - application/json

The translated text of the given input

translation
string
required