keptbits
Turns long videos into captioned vertical clips, cut at the moments that stand on their own.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Turns long videos into captioned vertical clips, cut at the moments that stand on their own.
Server tool list (5)
Raw names from tools/list. Only developers need these.
| get_account | The signed-in Keptbits account: plan and how many tokens are left. One token is one clip. Check this before starting a run. |
| list_sources | Videos already uploaded or linked on this account, newest first. Use it to find the source_id for making clips. |
| create_clips | Start finding and rendering short vertical clips from a video. Give either source_id (from list_sources) or youtube_url. This costs one token per clip, so ask the user how many they want if they have not said, and set clip_count to that number. It returns a job_id immediately — rendering takes several minutes — then poll check_job. |
| check_job | Progress of a clip run, and the finished clips once it is done. |
| list_clips | Clips made on this account recently, newest first. |