Skip to main content
Base URL https://app.contenthero.ai/api/v1. All endpoints take a bearer API key and read with brandkit:read.

Inspiration

MethodPathPurpose
GET/inspiration/accountsList your tracked inspiration accounts. Accepts brand_kit_id to scope to one brand.
GET/inspiration/accounts/{id}Get one account with its content count and top outliers.
GET/inspiration/outliersList outliers (top-performing content) ranked by score. Filterable by platform, content type, minimum score, and brand_kit_id.
GET/inspiration/content/{id}Get one content item in full, including transcript, hashtags, and keywords.

Brand-account performance

MethodPathPurpose
GET/brand-accountsList your own brand social accounts. Accepts brand_kit_id.
GET/brand-accounts/{id}/performanceAggregated performance for one account: totals, averages, top and recent content.

The mining pattern

Outliers come back shallow (title and metrics). To draft from a pattern, list and rank with /inspiration/outliers, then get the depth (transcript, hashtags) with /inspiration/content/{id} on the few you chose. See Voice synthesis for the method and the Inspiration guide for the workflow.