lumiclip
AI Video Clipper Tool - It gets youtube url or file as input and it finds highlights and cut the clips with auto captions and auto reframe to vertical.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Generate Clips: Start AI clip generation from a YouTube video. Returns {project_id, status, poll_url, estimated_minutes}. Poll with get_project_status every 10-15 seconds, or provide a callback_url fo
- Get Project Status: Returns {id, name, status, step, error, expected_clips, duration, clips[]}. Clips sorted by score, each with clip_status (pending/exporting/completed/failed) and download_url when
- List Projects: Returns {projects[], total, limit, offset}. Each project has id, name, status, step, expected_clips, clips_count, duration, created_at.
What data it sees
Do you need an account
No: the server works without sign-in
AI Video Clipper Tool - It gets youtube url or file as input and it finds highlights and cut the clips with auto captions and auto reframe to vertical.
Server tool list (5)
Raw names from tools/list. Only developers need these.
| generate_clips | Start AI clip generation from a YouTube video. Returns {project_id, status, poll_url, estimated_minutes}. Poll with get_project_status every 10-15 seconds, or provide a callback_url for webhook notification. |
| get_project_status | Returns {id, name, status, step, error, expected_clips, duration, clips[]}. Clips sorted by score, each with clip_status (pending/exporting/completed/failed) and download_url when ready. |
| list_projects | Returns {projects[], total, limit, offset}. Each project has id, name, status, step, expected_clips, clips_count, duration, created_at. |
| get_clip | Returns full clip details: id, project_id, title, duration, score, reason, export_status, export_quality, is_exported, video_url, thumbnail_url. |
| check_usage | Returns {plan, credits_remaining, credits_total, period_start, period_end}. Check before generate_clips to confirm enough credits. |