Skip to main content

XAI.GENERATE

POST 

Generate/create new content based on the user_input

Request

Body

    op stringrequired

    The operation

    user_input stringrequired

    The user input prompt

    options object
    content_length integer

    Target length for the output

    content_style string

    Desired writing style (e.g., formal, casual, persuasive)

    custom_instructions string

    Free-form, specific instructions for the agent to follow.

Responses

Schema
    data object
    ouput string

    The output response of the gen ai

    meta object
Loading...