01AI Video Clipping API
Send a long video in, get short clips out. The AI scans for strong moments - a punchline, a clear answer, an emotional beat - and returns candidate clips ranked by a confidence score, so you can auto-publish the top result or review the rest.
- Configurable target clip length, from 10s to 3min
- Returns multiple ranked candidates per request
- Works from an uploaded file or a source URL
{
"clip_id": "clp_8f2a",
"status": "ready",
"candidates": [
{ "start": 341.2, "end": 386.4,
"score": 0.94 },
{ "start": 812.0, "end": 851.6,
"score": 0.88 }
]
}