ClipAgent API

Add viral clip detection
to your product.

Upload a video, get AI-ranked clips back. Virality scores, captions, branding, 9:16 rendering — all through a single API. No video infrastructure required.

Plans from $9 · No subscription · Credits never expire

Used by 732 creators
2
Endpoints. That's the entire API.
$9
Starter plan, 5 videos. Rendering included.
0
Infrastructure to manage.

Three calls. Done.

1

Upload

Ask /v1 for a signed upload URL with action: "create_upload", PUT your video to it, then call analyze with the returned path. We transcribe it and run AI analysis to find the most viral moments.

2

Poll

Check the status endpoint with your job_id. When complete, you get ranked clip candidates — each with a virality score, title, timestamps, and reasoning.

3

Render

Pick your clips, choose a caption style and branding. We crop to 9:16, burn captions, add your logo, and return download URLs. Done.

Ship in minutes, not months.

One curl command to start. SDKs and wrappers coming soon.

Terminal
# 1. Request a signed upload URL
curl -X POST https://clip-agent.com/v1 \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "create_upload", "filename": "talk.mp4"}'
# → { "upload_url": "https://...", "path": "abc/xyz.mp4" }

# 2. Upload the file
curl -X PUT "$UPLOAD_URL" --data-binary @talk.mp4

# 3. Trigger analysis
curl -X POST https://clip-agent.com/v1 \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "analyze", "video_path": "abc/xyz.mp4"}'
# → { "job_id": "abc-123", "status": "processing" }

Everything your app needs.

We handle the hard parts — you get clean JSON and rendered videos.

AI virality scoring

Each clip scored 1–10 on hook strength, emotional intensity, curiosity gap, and shareability. With reasoning.

10 caption styles

Bold Pop, Neon Glow, Cinematic, Typewriter, and more. Burned directly into the rendered video.

Brand overlay

Logo or text handle, any position, configurable scale and opacity. White-label ready.

9:16 rendering

Auto-crop to 1080×1920. Ready for TikTok, Shorts, and Reels. We handle all the ffmpeg.

Smart zoom cues

AI suggests punch-in, slow zoom, and snap zoom moments to make clips more engaging.

Fully managed

No servers, no GPU, no ffmpeg, no whisper. We handle download, transcription, AI, and rendering.

Simple, transparent pricing.

Three one-time plans. No subscriptions, and credits never expire.

Starter

$9

5 videos · $1.80 per video

  • 5 videos
  • Unlimited renders per video
  • All 15 caption styles
  • Brand logo & text overlay
  • API & MCP access
Get Starter

Studio

$56

40 videos · $1.40 per video

  • 40 videos
  • Everything in Starter
  • $1.40 per video, our best rate
  • Save $16 vs. the Starter rate
  • Credits never expire
Get Studio

1 credit = 1 video analyzed, rendering included. Need more than 40? Buy any amount at $1.40 per video from the dashboard.

Built for builders.

Content platforms

Let your users turn long-form uploads into short-form clips without leaving your app.

Agencies & studios

Batch-process client videos. Get ranked clips in minutes instead of hours of manual editing.

Creator tools

Add clip detection as a feature. Differentiate your product with AI-powered video intelligence.

Start building today.

Get your API key in 30 seconds. First integration takes under 5 minutes.