API Overview
Bold Video API Reference documentation
The Bold API provides programmatic access to all Bold Video features.
Base URL
https://app.boldvideo.io/api/v1Authentication
All API requests require authentication using your API key in the X-API-Key header:
curl -H "X-API-Key: YOUR_API_KEY" \
https://app.boldvideo.io/api/v1/videosResponse Format
All responses are returned in JSON format:
{
"success": true,
"data": { ... }
}Endpoints
Browse the API reference in the sidebar to explore all available endpoints.