Sentiment analysis API
Reviews, support tickets, survey answers, social mentions. POST the text and get a label, a signed score from -1 to 1 and a confidence value. This endpoint uses a small dedicated sentiment model, which makes it fast and very cheap.
Request
curl -X POST https://api.dokaz.net/v1/text/sentiment \
-H "content-type: application/json" \
-d '{"text":"The delivery was late but support refunded me within an hour."}'
label, score (-1..1) and confidence (0..1).
Try it live — this runs against the free tier from your browser.
Pricing
100 calls a day are free with no key. Need more? Starter is $9/month for 10,000 calls across every product, key issued instantly.