AI.SENTIMENT
POST Get the sentiment of a content
Request
- application/json
 
Body
op stringrequired
The operation
content stringrequired
The longtext content
options object
analysis_depth string
Level of detail for the analysis (e.g., brief, detailed).
specific_aspects string
Particular elements of the content to focus on.
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...