Start Influencer Analysis
influiq_start_analysisStart an influencer analysis on YouTube or Instagram by providing a URL or username. Returns an analysis ID for polling results.
Instructions
Start a new influencer analysis on InfluIQ. Consumes 1 analysis credit.
Supports YouTube channels and Instagram profiles. Provide either a URL or a platform + username.
Returns an analysisId to poll for results with influiq_get_analysis.
Args:
platform: "youtube" or "instagram"
url: Full URL to the channel/profile (e.g. https://youtube.com/@MrBeast)
username: Channel handle or username (e.g. "MrBeast", "@MrBeast")
brand_profile_id: Optional brand profile ID for brand-fit scoring
Returns: { analysisId, status, platform, creditsRemaining }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | Yes | Platform to analyze: "youtube" or "instagram" | |
| url | No | Full URL to the channel or profile | |
| username | No | Channel handle or Instagram username | |
| brand_profile_id | No | Brand profile ID for brand-fit comparison |