keptbits
Turns long videos into captioned vertical clips, cut at the moments that stand on their own.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Turns long videos into captioned vertical clips, cut at the moments that stand on their own.
Список инструментов сервера (5)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |