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/Sdj07Z8n4rMDcurl -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.
| Key | Status | Created | Last used | Actions |
|---|---|---|---|---|
| jc_HmuqlmZ… | Active | 22 Sept 2026, 7:43 am | 22 Sept 2026, 10:05 am |
Classes
Keys are class names, values describe each class.
positiveThe message expresses satisfaction, gratitude, praise, or reports a resolved issue.
negativeThe message expresses frustration, anger, complaints, or dissatisfaction.
neutralThe 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.
One-time keys
If you lose a key, revoke it and create a new one — keys are stored as SHA-256 hashes, so they can never be shown again.