JavaScript is required
Logo

Tranzo -
Affordable API Translation

Add Tranzo to your projects today. Our Documentation will help you

Try it now

12 / 1000

Right now we support 47 languages

API Request
curl -X POST https://api.tranzo.io/api/v1/translate \
  -H 'Authorization: YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "source": "auto",
    "target": "es",
    "text": "Hello world!"
  }'