Developer API
Integrate the power of Go Translate into your own applications with our simple and robust REST API. Built on top of Google's Gemini, our API provides fast, reliable, and high-quality translations.
Getting Started
To get started, you'll need to generate an API key from your dashboard. Once you have your key, you can start making requests to our translation endpoint.
Example Request
curl -X POST \
'https://api.gotranslate.com/v1/translate' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"text": "Hello, world!",
"source_lang": "en",
"target_lang": "es"
}'API Documentation
For detailed information on all available endpoints, parameters, and language codes, please visit our full API documentation.
View Full Docs