Tarjama MT API Description
Service details:
This API uses DRF- Django REST Framework to serve POST requests.
Security Measures:
- Encrypted traffic using TLS between client and the API
MT API using JWT for authentication
MT-API is running in a private subnet, and infront of it a load balancer that forwards the traffic via port 443,80 to the Backend
Endpoint:
https://[test-cs-mt].cleverso.com/mt-api/mt/cleverso/
Body Parameters:
languagePair (language from and to, example en-ar)
accessToken (token to authorize the request)
translationDomain (default is tarjama-general)
inputText (Text you wish to translate
client (Custom MT for a client)
Server response:
Server respond in JSON format as the below: