All classifiers

Sentiment Triage

choice

id: Sdj07Z8n4rMD

Your API endpoint
POST any JSON payload to this URL with an API key. Empty body is treated as {}.
POST https://gluon.router.bhaskarapp.com/api/classify/Sdj07Z8n4rMD
curl -X POST https://gluon.router.bhaskarapp.com/api/classify/Sdj07Z8n4rMD \
  -H "Authorization: Bearer <your-api-key>" \
  -H "Content-Type: application/json" \
  -d '{   "text": "Hi, I was charged twice on my card this month. Please fix this immediately." }'

Response contains label (the best-matching key), its probability, and the full probability distribution across classes.

API keys
Keys authenticate calls to your endpoint. The full key is shown only once, right after creation — we store only a hash.
KeyStatusCreatedLast usedActions
jc_HmuqlmZActive22 Sept 2026, 7:43 am22 Sept 2026, 10:05 am
Classes
Keys are class names, values describe each class.
positive

The message expresses satisfaction, gratitude, praise, or reports a resolved issue.

negative

The message expresses frustration, anger, complaints, or dissatisfaction.

neutral

The message is a plain factual inquiry or request without strong emotion.

Test it
Run a payload through Jev without needing an API key. Uses the same code path as the public endpoint.