Translate
This API offers language translation services, allowing users to translate text from one language to another. It provides support for a wide range of languages. The API consists of two main endpoints: 1. **Supported Languages Endpoint:** - This endpoint returns a list of supported languages along with their corresponding language codes. Users can use this information to specify the source and…
Translate endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Supported Languages /languages |
This endpoint retrieves a list of supported languages along with their corresponding language codes. It facilitates users in determining the available languages for translation.… |
| POST |
Translate /translate |
**Translation Endpoint:** This endpoint facilitates the translation of text from one language to another. It accepts POST requests and requires two query parameters:… |