ChatEasy swa-eng Translation API

Welcome to the ChatEasy swa-eng Translation API documentation.

To use the API, send a POST request to /translate.

Request Payload

{ 
"text" : "Siku njema",
"target" : "en"
}

Expected Response

{ "translated_text" : "A good day" }