
Headless, whitelabel match analysis API for CS2. Automatic demo polling, parsing, statistics, analytics, and an embeddable 2D replay viewer.
// Register a user for automatic match trackingconst res = await fetch('https://api.clutchiq.com/v1/users', {method: 'POST',headers: {'X-API-Key': 'gl_your_api_key_here','Content-Type': 'application/json',},body: JSON.stringify({steamId64: '76561198091189867',authCode: 'ABCD-EFGH-IJKL',displayName: 'PlayerOne',}),});// That's it. ReplayIQ now polls for new matches,// downloads demos, analyzes them, and sends webhooks.