Skip to main content

XAI.TRANSLATE

POST 

Translate a content to a target_language

Request

Body

    op stringrequired

    The operation

    content stringrequired

    The longtext content

    options object
    target_language stringrequired

    Language code for translation, ie: Spanish, French

    translation_style string

    Style preference for the translated text.

Responses

Schema
    data object
    ouput string

    The output response of the gen ai

    meta object
Loading...