generate_clips
Create short vertical video clips from YouTube videos using AI to identify engaging moments for TikTok, Shorts, and Reels. Returns processed clips with download URLs.
Instructions
Generate short-form video clips from a YouTube URL. Processes the video with AI to find the most engaging moments and creates vertical clips ready for TikTok, Shorts, and Reels. Returns clip details with download URLs once processing completes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | YouTube video URL to generate clips from | |
| start_time | No | Start time in seconds (optional, to process only a segment) | |
| end_time | No | End time in seconds (optional, to process only a segment) | |
| wait_for_completion | No | If true (default), polls until clips are ready. If false, returns immediately with a project ID to check later. | |
| callback_url | No | Optional webhook URL — Crabcut will POST results here when done |