LoopQuest
← All games

Game · Classify · 1 of N

Sorter

Drop each item into the right category.

How it plays

  1. 1A task shows one item and a set of candidate buckets.
  2. 2Pick the bucket it belongs in — tap it or use the number keys.
  3. 3The AI's suggested bucket is shown, not hidden, so you can confirm or override.
  4. 4Fast multi-class labelling with XP on every call.
1–9 pick a bucketclick a bucket

Best for

  • Ticket & email routing
  • Intent and topic classification
  • Sentiment beyond yes / no
  • Content & policy labelling

Send a task

POST to /api/v1/tasks with module: "sorter" and a project API key. The verdict webhooks back to your callback_url.

{
  "module": "sorter",
  "payload": { "content": "My card was charged twice" },
  "card": { "choices": ["Billing", "Technical", "Account", "Spam"] },
  "callback_url": "https://your-app/verdict"
}