← Back to catalog
sentiment.analyze
mock data$0.008 / callSentiment Analysis
Classify text as positive, negative, or neutral with a score.
Input schema
textrequired
stringCall via REST
curl -X POST https://unifyapi.pro/api/call/sentiment.analyze \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"text":"<text>"}'