UnifyAPI
← Back to catalog

sentiment.analyze

mock data$0.008 / call

Sentiment Analysis

Classify text as positive, negative, or neutral with a score.

AI & MLprovider: OpenRouter#ai#nlp

Input schema

textrequired
string

Call 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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.