curl --request POST \
--url https://api.hobbo.ai/public/v1/sentiment \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--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' \
--header 'x-api-key: <api-key>' \
--data '{
"sentence": "<string>"
}'
{
"status": 200,
"data": {},
"success": true,
"message": "<string>"
}
Sentiment analysis parameters
The body is of type object
.
Sentiment analyzed successfully
The response is of type object
.