Body
application/json
Sentiment analysis parameters
The text to analyze for sentiment
curl --request POST \
--url https://api.hobbo.ai/public/v1/sentiment \
--header 'Content-Type: application/json' \
--data '{
"sentence": "<string>"
}'{
"status": 200,
"data": {},
"success": true,
"message": "<string>"
}Analyze text sentiment (positive, negative, or neutral) for feedback and social monitoring.
curl --request POST \
--url https://api.hobbo.ai/public/v1/sentiment \
--header 'Content-Type: application/json' \
--data '{
"sentence": "<string>"
}'{
"status": 200,
"data": {},
"success": true,
"message": "<string>"
}Sentiment analysis parameters
The text to analyze for sentiment