Platform Security

Detect Fake Engagement &
Self-Voting Patterns

Analyze voting patterns via REST API to expose self-voting, coordinated bot networks, and fake engagement — with confidence scores and detailed reports.

Get API Access — $49/mo

POST /api/analyze

{
  "votes": [
    { "voter_id": "u1", "target_id": "u2", "timestamp": 1710000000 },
    { "voter_id": "u1", "target_id": "u1", "timestamp": 1710000060 }
  ]
}

Response

{
  "self_voting_score": 0.94,
  "bot_network_score": 0.31,
  "flagged_users": ["u1"],
  "verdict": "HIGH_RISK"
}

Simple Pricing

Pro

$49

/month

  • Unlimited API calls
  • Self-voting detection
  • Bot network analysis
  • Confidence scores & reports
  • JSON REST API
  • Email support
Start Now

FAQ

What platforms does this support?

Any platform that can send voting data as JSON — forums, social networks, review sites, DAOs, and more.

How accurate is the detection?

Our algorithms return confidence scores (0–1) so you decide the threshold. Typical self-voting detection accuracy exceeds 92% on real-world datasets.

Is my data stored?

No. Voting data is processed in-memory per request and never persisted. Your data stays private.