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.
QareShield combines identity intelligence, engagement proof, device graphing, payout gating, and an audit-ready decision layer into one API built for creator campaign networks.
The model opens into its internal skeleton, showing how each defense layer contributes to a final approve, review, or block decision. Then it retracts back into the secured outer agent structure that your platform calls through a simple REST API.
Fake accounts, bought followers, forged screenshots, and bot farms are siphoning campaign budgets across every major platform.
Integrate QareShield at the three critical moments in every campaign creator lifecycle.
/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+./engagement/verify when they submit proof. Direct platform API confirmation where possible, AI screenshot analysis, task timing checks, and velocity anomaly detection./payout/gate before releasing any payment. Returns approve, review, or block with a full signal breakdown and 48h hold on suspicious payouts.RESTful JSON API. Authenticate with a Bearer token. Base URL: https://api.qareshield.io/v1
One POST request. One response. Full fraud intelligence on any user or action.
// 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 }
No credit card to get started. Upgrade when you're ready. Overage on Pro: $0.004 per call.
Free tier available instantly. No credit card, no setup fees, no commitments.
Get your free API key