katto_get_clips
Retrieve the scored, captioned clips for a video clipping job, ranked by score with URLs and HD availability. Returns empty until the first clip is ready.
Instructions
Read-only convenience: the clips of a job as { url, captions_url, title, score, clip_index, hd }, ranked by score (highest first). hd=true means the 1080p render is ready; hd=false means the url is the standard render (HD still finishing, or the free plan). Empty until the first clip is ready.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Job id from katto_create_clip_job. |