Documentation
Everything you need to integrate VoltBee into your software.
🚀 Quick Start
Get up and running in 5 minutes
npm install @voltbee/sdk
import { VoltBee } from '@voltbee/sdk';
const vb = new VoltBee({ apiKey: 'your-key' });
const valid = await vb.licenses.validate({
key: 'VOLT-XXXX-XXXX',
productId: 'your-product'
});📚 API Reference
Full API documentation with 39+ endpoints
Base URL: https://voltbee-api.onrender.com/v1
Interactive API documentation with full endpoint details, request/response schemas, and testing interface.
View Full API Docs (Swagger UI)Popular endpoints:
POST /licenses/validateGET /licenses/:idPOST /checkout/create🔑 Authentication
API key authentication
Include your API key in the Authorization header:
Authorization: Bearer vb_live_xxx
💬 Support
Get help when you need it