ClipSonar
Agent
BlogPricing
LoginGet Started
HomeAPI DocsClipsAnalyze clip by URL

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

Analyze clip by URL

/v1/clipsonar/clips/analyze

Ingest and analyze a single Instagram or TikTok clip URL. Async by default (`202`). No query params.

Query parameters

This endpoint has no query parameters.

Request body

Send JSON with Content-Type: application/json.

  • urlstringrequired

    Public clip URL

    Example: https://www.instagram.com/reel/ABC123/

  • asyncbooleanoptional

    Default true. Set false to wait for completion.

    Example: true

{
  "url": "https://www.instagram.com/reel/ABC123/",
  "async": true
}

Response

202 Waits until the clip is scraped and assigned an id, then returns. When `async` is true (default), Gemini analysis may still be running (`status: processing`). When `async` is false, waits for full analysis (`status: completed`).

  • job_idstring | nullrequired

    Job id when async; null when sync completed

  • statusstringrequired

    `processing` or `completed`

  • collection_idstringoptional

    One-off collection id for the clip

  • clip_idstringrequired

    Clip id (available after scrape; use with clip analytics)

{
  "job_id": "82fde0d4-1111-2222-3333-444455556666",
  "status": "processing",
  "collection_id": "c1a2b3c4-1111-2222-3333-444455556666",
  "clip_id": "3858d56f-8c7e-4602-8f23-ab329c9cc0e0"
}
PreviousGet Clip Analytics (BULK)NextGet job status
cURL
curl -X POST 'https://backend.socialsonar.app/v1/clipsonar/clips/analyze' \
  -H 'Authorization: Bearer cs_live_YOUR_KEY' \
  -H 'Accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{ "url": "https://www.instagram.com/reel/ABC123/", "async": true}'
202
{
  "job_id": "82fde0d4-1111-2222-3333-444455556666",
  "status": "processing",
  "collection_id": "c1a2b3c4-1111-2222-3333-444455556666",
  "clip_id": "3858d56f-8c7e-4602-8f23-ab329c9cc0e0"
}
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