Survey fraud & quality API

Catch the responses that are poisoning your data.

Bots, speeders, straight-liners, duplicates. Winnow scores every survey response and flags exactly why it can't be trusted — in one API call, in milliseconds.

Deterministic · no AI black box · millisecond responses · no raw PII
6
fraud & quality signals
<10ms
per response
1
API call to integrate
0
raw PII stored
The problem

A handful of fake responses is all it takes to bend a result.

AI-generated answers and incentive-chasing respondents are flooding panels. One bad response skews a finding — and the decision that follows it. Most teams catch them by hand, late, if at all. Winnow checks every response the moment it arrives.

How it works

Send a response. Get a verdict.

Each response gets a quality score from 0–100, a recommendation — accept, review, or reject — and the exact flags that fired. Six independent checks. No machine-learning guesswork.

Speeding

Responses finished far faster than is humanly plausible.

Straight-lining

The same option picked down an entire matrix battery.

Attention checks

Failed trap questions you define in the payload.

Duplicates

Hashed fingerprints that have already been seen.

Gibberish text

Open-ended answers that are keyboard mash, not language.

Uniform timing

Near-identical time spent on every single question.

The API

One endpoint. Drop it into your pipeline.

Post a response with its answers and timing. Get back a score and flags you can act on instantly.

# Score a single response
POST https://api.licrat.com/v1/score

{
  "response_id": "resp_8843",
  "duration_seconds": 8,
  "survey": { "min_expected_seconds": 60 },
  "answers": [ … ]
}

# → response
{
  "quality_score": 22,
  "recommendation": "reject",
  "flags": [
    { "code": "speeding", "severity": "high" }
  ]
}
Why Winnow

Fast, simple, and quiet about your data.

Fast & cheap

Deterministic rules, no language-model cost per call. Scoring runs in milliseconds.

One integration

A single endpoint you wire into any survey, panel, or platform pipeline.

Private by design

You send hashed fingerprints, never raw personal data. Nothing to leak.

Market research agenciesInsights teamsPanel providersSurvey platforms
Pricing

Start free. Scale when you need to.

Every plan runs the same 6 deterministic rules — the only difference is how many responses you can score per minute.

Free for testing & evaluation
€0
  • 60 requests/min
  • All 6 quality rules
  • Full API & docs
Get your free API key

Same detection on every plan — you only scale the volume.

Early access

Be first to clean your data.

Winnow is in early access. Join the waitlist and we'll reach out with an API key.