Welcome to the Translation Demo guide! This tutorial demonstrates how to use our API for real-time language translation. Let's walk through the key steps:

  1. API Setup
    Start by accessing the API Documentation to configure your translation service.

    translation_demo
  2. Text Input
    Provide the text you want to translate. For example:

    text = "Hello, world!"
    
  3. Language Detection
    The system automatically detects the source language.

    language_detection
  4. Translation Process
    Use the API to convert text between languages. Supported languages include:

    • English 🇺🇸
    • Spanish 🇪🇸
    • French 🇫🇷
    • Mandarin 🇨🇳
  5. Output & Integration
    Receive translated text and integrate it into your application.

    translation_integration

For advanced features like batch translation or custom models, check out our Translation Features Page. Let me know if you need further assistance! 😊