Now in public beta · v1.0

Stop paying for
engagements that never happened

QareShield is the fraud protection API for social reward and creator campaign networks. Verify identity, confirm engagement, and gate payouts — before a single fraudulent cent leaves your platform.

Works across all major platforms
Instagram TikTok YouTube Twitter / X
99.4%
detection_accuracy
<80ms
p99_latency
20+
fraud_signals
$0
to_get_started
The problem

Unchecked fraud is eating your budget

Fake accounts, bought followers, forged screenshots, and bot farms are siphoning campaign budgets across every major platform.

Without QareShield
Every payout is a gamble
  • Creators submit screenshots that never happened
  • Bot farms complete thousands of actions in seconds
  • One person runs 10 accounts to collect 10x payouts
  • Fake follower counts inflate campaign reach numbers
  • VPNs and disposable accounts evade basic checks
  • You discover fraud after payouts are already gone
With QareShield
Every payout is verified
  • AI-powered proof analysis catches edited screenshots
  • Velocity checks flag impossible action timing
  • Device graph links accounts sharing hardware
  • Audience quality scoring exposes fake follower counts
  • IP intelligence blocks VPNs and proxy networks
  • Payout gate stops fraud before money moves
How it works

Three calls.
Complete protection.

Integrate QareShield at the three critical moments in every campaign creator lifecycle.

01
🪪
Creator onboards
Call /identity/verify when a creator joins your platform. Multi-layer checks: social profile authenticity, device fingerprinting, IP reputation, geo-consistency, and liveness + ID document matching on Pro+.
02
Creator completes action
Call /engagement/verify when they submit proof. Direct platform API confirmation where possible, AI screenshot analysis, task timing checks, and velocity anomaly detection.
03
💸
Payout is requested
Call /payout/gate before releasing any payment. Returns approve, review, or block with a full signal breakdown and 48h hold on suspicious payouts.
API endpoints

Everything in one integration

RESTful JSON API. Authenticate with a Bearer token. Base URL: https://api.qareshield.io/v1

POST
/user/risk-score
Composite fraud score (0–100) combining 20+ signals: device, IP, social profile, behavioral patterns, and campaign history.
✦ Free tier
POST
/identity/verify
Multi-layer identity check: social authenticity, device fingerprint, IP reputation, VPN detection, geo-consistency, liveness + ID doc on Pro+.
✦ Free tier
POST
/engagement/verify
Confirm a creator actually performed a campaign action. Direct platform API + velocity + timing + submission metadata analysis.
POST
/proof/analyze
AI-powered screenshot and video analysis. Detects Photoshop edits, deepfakes, missing brand elements, and EXIF anomalies.
POST
/payout/gate
Pre-payout risk gate. Pass a user and payout amount — returns approve / review / block with confidence score and full audit trail.
GET
/account/links
Graph-based linked account detection. Finds accounts sharing device, IP, payment method, or referral chain — catches coordinated fraud rings.
Quick start

Integrate in minutes

One POST request. One response. Full fraud intelligence on any user or action.

verify-creator.js
// 1. Check identity when creator onboards
const identity = await fetch('https://api.qareshield.io/v1/identity/verify', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer qs_live_your_key_here',
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    user_id: 'creator_8821',
    platform: 'instagram',
    social_handle: '@thecreator',
    ip_address: '203.0.113.42',
    device_id: 'fp_a8f3bc9d1e',
  })
}).then(r => r.json());

// → { result: "verified", flags: [], checks: [...] }

// 2. Gate the payout before money moves
const gate = await fetch('https://api.qareshield.io/v1/payout/gate', {
  method: 'POST',
  headers: { 'Authorization': 'Bearer qs_live_your_key_here' },
  body: JSON.stringify({
    user_id: 'creator_8821',  campaign_id: 'camp_SNKR88',
    payout_amount: 50,           currency: 'USD',
    payout_method: 'paystack',   platform: 'instagram',
  })
}).then(r => r.json());

// → { verdict: "approve", risk_score: 12, payout_approved: true }
Pricing

Start free.
Scale as you grow.

No credit card to get started. Upgrade when you're ready. Overage on Pro: $0.004 per call.

Free
Starter
$0
forever free
For builders and early-stage platforms testing the integration.
  • 1,000 API calls / month
  • Risk score + basic identity
  • IP + VPN detection
  • Device fingerprinting
  • REST API + sandbox
  • Engagement verification
  • Payout gate
  • Webhooks
Scale
Enterprise
$599
per month
For high-volume platforms and enterprises needing unlimited calls and SLA.
  • Unlimited API calls
  • Everything in Pro
  • Account graph API
  • Custom fraud signal rules
  • Behavioral biometrics (beta)
  • 1-year audit log retention
  • 99.9% uptime SLA
  • Dedicated Slack support
Accept payment via
Paystack — card, bank, USSD
PayPal
USDT (ERC-20 / TRC-20)
Bitcoin
"
We were losing 18% of our campaign budget to fraudulent engagement claims before QareShield. Now our fraud rate is under 0.3% and payouts are fully automated.
— Head of Platform, Creator Rewards Network

Ready to protect your platform?

Free tier available instantly. No credit card, no setup fees, no commitments.

Get your free API key →