Bmbtech Documentation
Learn how to use Bmbtech to download videos from social media platforms. This guide covers runtime flow, API usage, cookie handling, and troubleshooting for a fast and stable integration.
Mobile FriendlyOpen SourceNo Registration
Clear response contract
Each error includes category and metadata, so frontend handling is predictable and easier to debug.
Safer cookie flow
Use your private cookie only when needed for protected content.
Easy setup
Open Settings to manage cookies, language, theme, and cache behavior.
Public API v1 Endpoints
- Extract media metadata:
POST /api/v1/extract - Proxy/stream media files:
GET /api/v1/proxy - Download with proper headers:
GET /api/v1/download - Merge video+audio streams:
POST /api/v1/merge(when enabled) - Public usage statistics:
GET /api/v1/stats/public - Health check endpoint:
GET /health
Note: Frontend uses signed /api/web/* routes internally. Public API v1 is for direct integrations without signature requirements.