Creator Analysis

Analyze Channel Catalog

Perform full catalog analysis for a channel.

This is typically called once during creator onboarding.

Steps:

  1. Fetch all videos for the channel
  2. Extract keyword profile from catalog
  3. Identify competitors
  4. Make SerpAPI batch calls (8 calls)
  5. 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

successboolean required
channel_idinteger required
videos_analyzedinteger nullable
primary_keywordsstring[] nullable
interest_scores_countinteger nullable
rising_queries_countinteger nullable
errorstring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.