Game translate
Auto Translator API is a simple yet powerful API service designed to automatically translate text between languages using OpenAI’s GPT models. It is optimized for applications such as game localization, user-generated content translation, or any scenario requiring high-quality, natural-language translation. With a single API call, you can submit a string of text, specify the source and target…
Game translate endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Translate_basic /translate_free |
Automatically translates text between languages using OpenAI GPT-3.5. |
| POST |
Translate_pro /translate_pro |
Automatically translate text between languages using GPT-4o. |
| POST |
translate_batch_basic /translate_batch_free |
Batch translation using GPT-3.5 |
| POST |
translate_batch_pro /translate_batch_pro |
Batch translation using GPT-4o |
| POST |
detect_language /detect_language |
Detects the language of a given input text. Returns a standardized language code (e.g., en, zh, ja, etc.) |
| POST |
Create a glossary /glossary |
Creates a glossary of preferred translation terms |
| GET |
List all glossaries /glossary |
Returns a list of all created glossary IDs |
| GET |
Get a glossary by ID /glossary/{glossary_id} |
Returns the full glossary details for a given ID |
| GET |
translation_memory/stats /translation_memory/stats |
Returns basic statistics about the current translation memory cache. |
| DELETE |
translation_memory/clear /translation_memory/clear |
Clears all cached translation memory entries from the server. |
| GET |
health /health |
Checks the health status of the API and the availability of the OpenAI client. |
Game translate pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | 10 / minute |
|
| ULTRA | $25 / month | 30 / minute |
|
| MEGA | $99 / month | 60 / minute |
|