LoopQuest
← All games

Game · Correct · check the data

Fixer

Confirm or correct extracted fields.

How it plays

  1. 1A task shows the fields an AI pulled from a document.
  2. 2Confirm the record if it's right, or edit the values that are wrong.
  3. 3The corrected record flows straight back to your system.
  4. 4Speed-run the clean records; slow down on the messy ones.
enter confirmedit any field

Best for

  • Invoice & receipt extraction
  • Form / KYC data entry
  • CRM field sync
  • Document-parsing QA

Send a task

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

{
  "module": "fixer",
  "payload": { "fields": [
    { "label": "Invoice #", "value": "INV-2231" },
    { "label": "Total", "value": "£2,400" }
  ] },
  "callback_url": "https://your-app/verdict"
}