ClipSonar
Agent
BlogPricing
LoginGet Started
HomeAPI DocsCreatorsCreate creator

Guides

IntroductionAuthenticationCreator AnalyticsClip analyticsWebhooks

Creators

  • GETList creators
  • POSTCreate creator
  • GETGet creator
  • POSTRefresh creator
  • PATCHUpdate analysis
  • DELETEDelete creator
  • GETCreator analytics
  • GETList creator clips

Clips

  • GETGet clip analytics
  • POSTGet Clip Analytics (BULK)
  • POSTAnalyze clip by URL

Jobs

  • GETGet job status

Webhooks

  • GETList webhooks
  • POSTCreate webhook
  • DELETEDelete webhook
  • GETWebhook deliveries

Usage

  • GETCredit balance
  • GETUsage summary

Collections

  • GETList collections
  • GETGet collection
  • POSTCreate collection
  • PUTUpdate collection
  • DELETEDelete collection
POST

Create creator

/v1/clipsonar/creators

Attach a public Instagram or TikTok profile and start analysis. Returns `202` with `job_id` for polling.

Query parameters

This endpoint has no query parameters.

Request body

Send JSON with Content-Type: application/json.

  • profileUrlstringrequired

    Public profile URL

    Example: https://www.instagram.com/natgeo/

  • namestringoptional

    Optional display name override

  • maxCountintegeroptional

    Max videos to analyze (capped by plan/API quota)

    Example: 50

  • refreshbooleanoptional

    Enable continuous refresh analysis

    Example: true

{
  "profileUrl": "https://www.instagram.com/natgeo/",
  "maxCount": 20,
  "refresh": false
}

Response

202 Accepted. Poll `job_id` or wait for `creator.ready`.

  • creator_idstringrequired

    Creator id to use in later calls

  • job_idstring | nullrequired

    Async job id for polling GET /jobs/:id

  • statusstringrequired

    Job status such as `processing` or `queued`

  • already_attachedbooleanoptional

    True when the profile was already attached (create only)

  • credits_chargednumberoptional

    Credits charged for this create (create only)

{
  "creator_id": "354bb8ac-1111-2222-3333-444455556666",
  "job_id": "82fde0d4-1111-2222-3333-444455556666",
  "status": "processing",
  "already_attached": false,
  "credits_charged": 0
}
PreviousList creatorsNextGet creator
cURL
curl -X POST 'https://backend.socialsonar.app/v1/clipsonar/creators' \
  -H 'Authorization: Bearer cs_live_YOUR_KEY' \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{ "profileUrl": "https://www.instagram.com/natgeo/", "maxCount": 20, "refresh": false}'
202
{
  "creator_id": "354bb8ac-1111-2222-3333-444455556666",
  "job_id": "82fde0d4-1111-2222-3333-444455556666",
  "status": "processing",
  "already_attached": false,
  "credits_charged": 0
}
Get started

Stop guessing what to post. Ship what already works.

ClipSonar turns real Instagram and TikTok clips into hooks, formulas, and briefs, so your next campaign starts from proof, not vibes. 7 days free on any plan.

Start analyzing clips

Creator scan

Analyzing @maya.creates…

84%

InstagramTikTok

Top hooks

15 patterns

ROI

3.4x

Velocity

Daily refresh

+42%

Winning formula

Ready for next brief

ClipSonar

Content intelligence for brands and creators. Analyze Instagram and TikTok clips at scale and turn what wins into playbooks you can ship.

support@clipsonar.com

Product

AgentAboutPricingFree toolsEngagement TrackerContact

Solutions

For creatorsFor brandsFor agenciesCompare

Resources

BlogHelp CenterAPI DocsFAQ

Company

Sign inSign upPrivacy PolicyTerms of Use

© 2026 ClipSonar. All rights reserved.

Built bySocial Sonar