AISim RIQ Engine v1.0

Streaming Revenue
Intelligence API

Real payout rates across 10 platforms. AI-powered predictions by Claude Opus. Market-adjusted revenue modeling. The data layer the music industry has been missing.

Pricing
Built for every stage
Explorer
$0/mo
For indie artists and developers testing the waters
  • 100 API calls / month
  • 5 artist lookups
  • Revenue calculator endpoint
  • 48-hour delayed data
  • Community support
Get Free Key
Indie
$29/mo
For managers and small teams
  • 5,000 API calls / month
  • 50 AI insights / month
  • 25 artist tracking slots
  • Revenue projections endpoint
  • JSON + CSV export
  • Email support
Start Indie
Label
$299/mo
For labels and distributors at scale
  • 500,000 API calls / month
  • 5,000 AI insights / month
  • 250 artist tracking
  • Bulk endpoints
  • White-label embed license
  • 3 team seats
  • Dedicated support + SLA
Start Label
API Reference
Endpoints

Base URL: https://n8n.srv1167160.hstgr.cloud/webhook
Auth: Include X-API-Key: riq_live_your_key_here in every request header.

POST /riq/calculate Calculate streaming revenue

Calculate per-platform streaming revenue with market adjustments, tier multipliers, and distribution fees.

PARAMETERS

ParamTypeDescription
streamsinteger REQNumber of streams to calculate (1,000 — 100,000,000)
marketstringMarket region: us, uk, eu, latam, asia, africa, global (default: global)
tierstringListener tier: premium, mixed, free (default: mixed)
distribution_feenumberDistribution fee percentage: 0-50 (default: 0)

EXAMPLE REQUEST

// cURL curl -X POST https://n8n.srv1167160.hstgr.cloud/webhook/riq/calculate \ -H "Content-Type: application/json" \ -H "X-API-Key: riq_live_your_key_here" \ -d '{ "streams": 1000000, "market": "us", "tier": "premium", "distribution_fee": 15 }'

EXAMPLE RESPONSE

{ "success": true, "data": { "summary": { "blended_revenue": 5832.40, "weighted_per_stream": 0.005832, "highest_paying": "Tidal" }, "platforms": [ { "platform": "Tidal", "per_stream_rate": 0.021546, "net_revenue": 274.71 }, { "platform": "Apple Music", "per_stream_rate": 0.012960, "net_revenue": 1652.40 } ], "projections": { "three_month": 22016.43, "six_month": 55640.22, "twelve_month": 175821.98 } } }
POST /riq/insight AI-powered artist intelligence (Claude Opus)

Generate AI-powered analysis for any artist including revenue forecasts, growth trajectories, risk factors, and actionable recommendations. Powered by Claude Opus 4.6.

Requires Indie tier or above. Counts against AI insight quota.

ParamTypeDescription
artist_namestring REQ*Artist name to analyze (fuzzy matched)
artist_iduuidDirect artist ID (alternative to name)
insight_typestringrevenue_forecast, growth_analysis, market_position, campaign_roi, playlist_impact, competitor_threat, catalog_valuation
curl -X POST https://n8n.srv1167160.hstgr.cloud/webhook/riq/insight \ -H "X-API-Key: riq_live_your_key_here" \ -H "Content-Type: application/json" \ -d '{ "artist_name": "SZA", "insight_type": "growth_analysis" }'
POST /riq/register Register for an API key

Create an account and receive your API key instantly. Explorer tier is free — no credit card required.

ParamTypeDescription
emailstring REQYour email address
full_namestringYour name
company_namestringCompany or label name
tierstringexplorer (free), indie, pro, label

Get Your API Key

Selected Plan Pro — $99/mo
Billed monthly. Cancel anytime. 7-day free trial included.
Secured by PayPal. Your payment info never touches our servers.