Skip to main content
GET
/
wf
/
youtube-revenue-calculator
cURL
curl --request GET \
  --url https://riona.ai/api/1.1/wf/youtube-revenue-calculator \
  --header 'Authorization: Bearer <token>'
{
  "status": {
    "code": 200,
    "message": "OK"
  },
  "earnings": {
    "cpm": 3,
    "cpmCurrency": "USD",
    "dailyViews": 10000,
    "weeklyViews": 70000,
    "monthlyViews": 300000,
    "annualViews": 3650000,
    "estDailyEarnings": 30,
    "estWeeklyEarnings": 210,
    "estMonthlyEarnings": 900,
    "projYearlyEarnings": 10950
  }
}
{
  "status": {
    "code": 200,
    "message": "OK"
  },
  "earnings": {
    "cpm": 3,
    "cpmCurrency": "USD",
    "dailyViews": 10000,
    "weeklyViews": 70000,
    "monthlyViews": 300000,
    "annualViews": 3650000,
    "estDailyEarnings": 30,
    "estWeeklyEarnings": 210,
    "estMonthlyEarnings": 900,
    "projYearlyEarnings": 10950
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

dailyViews
number
default:10000
required

Expected Daily Views

cpm
number
default:3

In USD if no category specified, this will be used. Default 3

category-id
number

If no category specified, will use the CPM field. To get category id check Categories

api_key
string
required

This is your account API Key. You can easily locate it in your account dashboard.

Response

200

OK