Skip to main content

Machine Translation (Direct Text Translation)

  • This API translates text from one language to another language.
    • Note: The input text does not support:
      • Mathematical symbols
      • Nested punctuations
      • Script tags
      • Characters used for SQL injection and cross-site scripting
Header Parameters
    Content-Type string

    The content type should be application/json

    Example: application/json
    x-client string

    Specifies the client name

    Example: jiocoupons
    Authorization string required

    API key for authorization

Request Body
    q string required

    The text to translate.

    platform string

    Possible values: [jiotranslate, google, azure]

    Platform used for translation

    source_language string
    • The source language of the text.
      • Supported languages: [ "English", "Hindi", "Gujarati", "Marathi", "Telugu", "Bengali", "Kannada", "Malayalam", "Tamil", "Spanish", "German", "Italian", "French", "Urdu", "Punjabi", "Assamese", "Oriya", "Standard Arabic", "Traditional Chinese", "Bahasa", "Dutch", "Korean", "Malay", "Polish", "Portuguese", "Russian", "Simplified Chinese", "Tagalog", "Thai", "Turkish", "Vietnamese" ]
    target_language string
    • The target language to translate the text into.
      • Supported languages: [ "English", "Hindi", "Gujarati", "Marathi", "Telugu", "Bengali", "Kannada", "Malayalam", "Tamil", "Spanish", "German", "Italian", "French", "Urdu", "Punjabi", "Assamese", "Oriya", "Standard Arabic", "Traditional Chinese", "Bahasa", "Dutch", "Korean", "Malay", "Polish", "Portuguese", "Russian", "Simplified Chinese", "Tagalog", "Thai", "Turkish", "Vietnamese" ]
Responses

Success


Schema
    status string

    String representing whether the translation is done or not

    translatedText string

    The translated text.

Loading...