Creator Analysis
Analyze Channel Catalog
Perform full catalog analysis for a channel.
This is typically called once during creator onboarding.
Steps:
- Fetch all videos for the channel
- Extract keyword profile from catalog
- Identify competitors
- Make SerpAPI batch calls (8 calls)
- Cache everything to database
Args: channel_id: Database ID of the channel
Returns: Analysis results with keyword counts and metrics
post/{channel_id}/analyze
Path parameters
channel_idinteger required
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.