Skip to main content
This is a Unreal API+ only request
POST /translate Translate any language back to English

Headers

NameValue
apikey28-Character API Key

Body

NameTypeDescription
textstringtext to translate

Response

{
  "original": "Hola, ¿cómo estás?",
  "translated": "Hello, how are you?",
  "target": "en"
}