Translation API
### Translation API The Translation API is a powerful and flexible RESTful service designed to enable seamless translation of both text and voice inputs into a desired target language. This API is ideal for multi-lingual applications, facilitating communication and accessibility across different languages. It leverages state-of-the-art tools for language translation and speech recognition,…
Translation API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Text Translation /translate |
Accepts plain text and a target language code. Translates the input text into the specified language. Required Parameters: text, target_language. |
| POST |
Voice Translation /translate |
Endpoint: /translate Accepts an audio file (.wav) and a target language code. Converts speech to text, then translates the text into the specified language. Required Parameters:… |
Translation API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $3 / month | — |
|
| ULTRA | $5 / month | — |
|
| MEGA | $10 / month | — |
|