This is a Unreal API+ only request
POST /translate
Translate any language back to English
| Name | Value |
|---|
| apikey | 28-Character API Key |
Body
| Name | Type | Description |
|---|
| text | string* | text to translate |
Response
200: OK
400: Bad Request
401: Unauthorized
429: Too Many Requests
{
"original": "Hola, ¿cómo estás?",
"translated": "Hello, how are you?",
"target": "en"
}
Error
You didn’t provide a valid:Check response.error Error
Missing or invalid apikey.
You sent too many requests too quickly. Try again later.
This also happens when the AI rate limits.