Prestige Translator Logo globe

Mass Translation

Writing Assistant

Select language, target format, and transform your text with a single click.

  • Keep Language

Tone of Voice

Provide an example text that reflects the desired writing style. The AI will try to match this tone in its translations.

Provide custom examples for the predefined Writing Assistant formats. The AI will use these to match the desired format and style.

Translation Rules

Add specific instructions for the AI translator.

Multi-Language Glossary

Manage terms for consistent translations.

Settings

Your main working language, used as the first column in the glossary.

Use our API to integrate AI translation directly into your applications.

Endpoint

POST /api/translate

Headers

Content-Type: application/json
Authorization: Bearer YOUR_API_KEY

Request Body

{
  "source_lang": "English",
  "target_lang": "German",
  "text": "The text you want to translate.",
  "rules": [
    "Translate in a formal tone.",
    "Use metric units."
  ],
  "glossary": {
    "User Interface": "Benutzeroberfläche",
    "feature": "Funktion"
  },
  "tone_of_voice_example": "Your example text demonstrating the desired tone.",
  "model": "performance" // "fast" or "performance"
}

Add Language to Glossary

Save Preset