Skip to main content
GET
/
wf
/
adv-analyze-profile
cURL
curl --request GET \
  --url https://riona.ai/api/1.1/wf/adv-analyze-profile \
  --header 'Authorization: Bearer <token>'
{
  "profile_overview": {
    "short_bio": "Jay Shetty Podcast - Conversations with the world’s most insightful people.",
    "brand_personality_tone": "Inspirational, Thoughtful, Conversational",
    "target_audience": "Individuals interested in personal development, mindfulness, and motivational content."
  },
  "key_statistics": {
    "followers_count": 600000,
    "following_count": 0,
    "post_count": 150,
    "engagement_rate": 0.05,
    "average_likes": 30000,
    "average_comments": 500,
    "posting_frequency": "Weekly"
  },
  "content_strategy": {
    "types_of_content": [
      "videos",
      "shorts"
    ],
    "most_common_themes": [
      "personal growth",
      "mindfulness",
      "interviews with thought leaders"
    ],
    "posting_style": "Long-form interviews and short motivational clips"
  },
  "audience_insights": {
    "demographic_distribution": {
      "age": "18-45",
      "gender": "Mixed",
      "location": "Global, primarily English-speaking countries"
    },
    "interaction_patterns": "High engagement on motivational clips and interviews with celebrities",
    "best_performing_content": "Interviews with high-profile guests and actionable self-improvement tips"
  },
  "strengths": [
    "High-quality production",
    "Engaging and insightful content",
    "Strong guest lineup"
  ],
  "weaknesses": [
    "Limited interaction with followers",
    "No diversified content types beyond video"
  ],
  "opportunities": [
    "Incorporate more interactive content like Q&A sessions",
    "Expand content to include behind-the-scenes or personal stories",
    "Collaborate with other influencers for cross-promotion"
  ],
  "top_performing_content": [
    "Interviews with celebrities",
    "Motivational clips with actionable advice"
  ],
  "competitive_positioning": {
    "comparison_to_similar_accounts": "Strong presence in the motivational podcast niche with unique guest insights, but could benefit from more diversified content strategies."
  }
}
Supported Platforms:
{
  "profile_overview": {
    "short_bio": "Jay Shetty Podcast - Conversations with the world’s most insightful people.",
    "brand_personality_tone": "Inspirational, Thoughtful, Conversational",
    "target_audience": "Individuals interested in personal development, mindfulness, and motivational content."
  },
  "key_statistics": {
    "followers_count": 600000,
    "following_count": 0,
    "post_count": 150,
    "engagement_rate": 0.05,
    "average_likes": 30000,
    "average_comments": 500,
    "posting_frequency": "Weekly"
  },
  "content_strategy": {
    "types_of_content": [
      "videos",
      "shorts"
    ],
    "most_common_themes": [
      "personal growth",
      "mindfulness",
      "interviews with thought leaders"
    ],
    "posting_style": "Long-form interviews and short motivational clips"
  },
  "audience_insights": {
    "demographic_distribution": {
      "age": "18-45",
      "gender": "Mixed",
      "location": "Global, primarily English-speaking countries"
    },
    "interaction_patterns": "High engagement on motivational clips and interviews with celebrities",
    "best_performing_content": "Interviews with high-profile guests and actionable self-improvement tips"
  },
  "strengths": [
    "High-quality production",
    "Engaging and insightful content",
    "Strong guest lineup"
  ],
  "weaknesses": [
    "Limited interaction with followers",
    "No diversified content types beyond video"
  ],
  "opportunities": [
    "Incorporate more interactive content like Q&A sessions",
    "Expand content to include behind-the-scenes or personal stories",
    "Collaborate with other influencers for cross-promotion"
  ],
  "top_performing_content": [
    "Interviews with celebrities",
    "Motivational clips with actionable advice"
  ],
  "competitive_positioning": {
    "comparison_to_similar_accounts": "Strong presence in the motivational podcast niche with unique guest insights, but could benefit from more diversified content strategies."
  }
}

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. Supported Platforms: youtube | tiktok | instagram | facebook | twitter | telegram

api_key
string
required

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

Response

200

OK