Skip to main content
GET
/
wf
/
influencer-sponsorship
cURL
curl --request GET \
  --url https://riona.ai/api/1.1/wf/influencer-sponsorship \
  --header 'Authorization: Bearer <token>'
{
  "summary_table": {
    "influencer_rating": 8,
    "follower_count": 1000000,
    "engagement_rate": 5.2,
    "cost_range_usd": [
      5000,
      15000
    ],
    "best_fit_niche": [
      "self-help",
      "wellness",
      "personal development"
    ]
  },
  "detailed_analysis": {
    "influencer_rating": {
      "score": 8,
      "explanation": "Jay Shetty has a strong reach with a large following and high-quality content. His engagement is solid, and he is known for authenticity in the personal development and wellness space."
    },
    "audience_demographics_fit": {
      "age": "18-45",
      "gender": [
        "male",
        "female"
      ],
      "location": [
        "United States",
        "United Kingdom",
        "India"
      ],
      "interests": [
        "self-help",
        "mindfulness",
        "personal growth"
      ],
      "compatibility": "Highly compatible with brands targeting wellness and personal development audiences."
    },
    "engagement_reach_stats": {
      "followers": 1000000,
      "average_likes": 50000,
      "average_comments": 2000,
      "average_shares": 1000,
      "average_video_views": 200000,
      "engagement_rate": 5.2
    },
    "estimated_sponsorship_cost_usd": {
      "range": [
        5000,
        15000
      ],
      "explanation": "Based on the influencer's reach and engagement, the cost aligns with market benchmarks for YouTube sponsorships."
    },
    "best_fit_advertising_niches": {
      "industries": [
        "self-help",
        "wellness",
        "personal development"
      ],
      "products": [
        "books",
        "online courses",
        "meditation apps"
      ]
    },
    "performance_potential": {
      "expected_roi": "High",
      "campaign_reach": "Wide",
      "conversion_potential": "Strong, especially for wellness and personal growth products."
    },
    "risks_limitations": {
      "factors": [
        "Content is niche-focused, which may limit appeal for broader products.",
        "Potential saturation in the wellness space."
      ]
    }
  },
  "final_recommendation": "sponsor",
  "contact_information": {
    "email": "[email protected]",
    "website": "https://jayshetty.me"
  }
}
Supported Platforms:
{
  "summary_table": {
    "influencer_rating": 8,
    "follower_count": 1000000,
    "engagement_rate": 5.2,
    "cost_range_usd": [
      5000,
      15000
    ],
    "best_fit_niche": [
      "self-help",
      "wellness",
      "personal development"
    ]
  },
  "detailed_analysis": {
    "influencer_rating": {
      "score": 8,
      "explanation": "Jay Shetty has a strong reach with a large following and high-quality content. His engagement is solid, and he is known for authenticity in the personal development and wellness space."
    },
    "audience_demographics_fit": {
      "age": "18-45",
      "gender": [
        "male",
        "female"
      ],
      "location": [
        "United States",
        "United Kingdom",
        "India"
      ],
      "interests": [
        "self-help",
        "mindfulness",
        "personal growth"
      ],
      "compatibility": "Highly compatible with brands targeting wellness and personal development audiences."
    },
    "engagement_reach_stats": {
      "followers": 1000000,
      "average_likes": 50000,
      "average_comments": 2000,
      "average_shares": 1000,
      "average_video_views": 200000,
      "engagement_rate": 5.2
    },
    "estimated_sponsorship_cost_usd": {
      "range": [
        5000,
        15000
      ],
      "explanation": "Based on the influencer's reach and engagement, the cost aligns with market benchmarks for YouTube sponsorships."
    },
    "best_fit_advertising_niches": {
      "industries": [
        "self-help",
        "wellness",
        "personal development"
      ],
      "products": [
        "books",
        "online courses",
        "meditation apps"
      ]
    },
    "performance_potential": {
      "expected_roi": "High",
      "campaign_reach": "Wide",
      "conversion_potential": "Strong, especially for wellness and personal growth products."
    },
    "risks_limitations": {
      "factors": [
        "Content is niche-focused, which may limit appeal for broader products.",
        "Potential saturation in the wellness space."
      ]
    }
  },
  "final_recommendation": "sponsor",
  "contact_information": {
    "email": "[email protected]",
    "website": "https://jayshetty.me"
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

url
string
required

Profile url

api_key
string
required

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

Response

200

OK