AI.SUMMARIZE
POST Summarize content provided
Request
- application/json
 
Body
op stringrequired
The operation
content stringrequired
The longtext content
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...