XAI.GENERATE
POST
Generate/create new content based on the user_input
Request
- application/json
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
- 200
- application/json
- Schema
- Example (from schema)
Schema
data object
ouput string
The output response of the gen ai
meta object
{
"data": {
"ouput": "string"
},
"meta": {}
}
Loading...