Bold Documentation
Everything you need to put your videos to work with Bold
Bold turns your video library into searchable, AI-queryable knowledge: hosted, transcribed, chaptered, and ready to answer your members' questions with citations to the exact moment. Whether you're uploading your first video or building a custom integration, start here.
I want to…
- Get my first video live → Quickstart
- Put a video on my website → Embedding
- Set up my branded portal → Your Portal
- Let members ask questions about my content → AI Features
- Build my own frontend → Next.js Starter
- Stop password sharing → Session Management
Using Bold
The admin panel, from upload to portal:
Quickstart
Login to first shared video in ten minutes
Uploading & Managing Videos
Uploads, imports, metadata, and AI actions
AI Features
Search, chat, and coaching, in your voice
Your Portal
Branded, hosted, or fully headless
Building with Bold
APIs, SDK, and starters for custom integrations:
API Reference
REST API: videos, viewers, AI, and more
JavaScript SDK
@boldvideo/bold-js, fully typed
Next.js Starter
A complete portal, deployable in minutes
MCP Server
Your library as a tool for AI agents (draft)
Quick taste
curl "https://app.boldvideo.io/api/v1/videos" \
-H "Authorization: Bearer YOUR_API_KEY"Get an API key under Settings → Developer, then explore the API docs.
For AI assistants
These docs are LLM-first: /llms.txt indexes every page, /llms-full.txt is the whole site in one file, and the API ships an OpenAPI spec and its own llms.txt. Point your agent at them.