Crabcut
Turn YouTube videos into short-form vertical clips with AI-powered scoring, subtitles, and reframing. Async processing with webhook support.
Crabcut endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
checkUsage /api/v1/account/usage |
See your plan type, remaining credits, and account email. |
| GET |
listProjects /api/v1/projects |
List your projects with status and clip counts. Sorted by most recent first. |
| GET |
getProjectStatus /api/v1/projects/{id} |
Check progress and get clips when ready. Poll every 10-15 seconds. Clips are sorted by score (highest first). Each clip includes a clip_status and download_url when exported. |
| GET |
getClip /api/v1/clips/{id} |
Get full details for a single clip including all export URLs. |
| POST |
generateClips /api/v1/clips/generate |
Start clip generation from a YouTube URL. Returns a project_id immediately. Processing takes a few minutes. Use get_project_status to poll for results, or pass a callback_url to… |