What this is
Video streaming and management apps build on the bg_videos table and bg_submit_video() function — the same upload and storage system already powering video content on BotGentz, available as a foundation for a developer's own video-focused application.
How it works
bg_submit_video($userId, $title, $description, $category, $videoFile, $thumbFile) handles the actual upload and record creation — a developer building on top of this doesn't need to build video storage and metadata handling from scratch, just the application layer on top of it.
Holding BOT for this path
Content-category development is expected to require the same developer BOT holding as every other path — note this is distinct from the separate creator-side monetisation system, which is about earning from published content rather than developer platform access.
Related paths in Content Creation