Skip to main content

Translate text to a specified language.

POST 

/ai/translate

Translates the provided text into the specified target language using OpenAI.

Request

Header Parameters

    ipaas string

Bodyrequired

    textstringrequired

    The text to be translated.

    Example: Hello, world!
    resultLangstringrequired

    The target language code to translate the text into.

    Example: es

Responses

Success

Schema
    translationstringrequired

    The translated text.