RESTful API
Simple, predictable REST endpoints with JSON responses.
Secure Authentication
OAuth 2.0 and API key authentication supported.
Rate Limits
Generous rate limits: 1000 requests/hour on free tier.
Full Documentation
Comprehensive docs with examples in multiple languages.
Quick Start
1. Get Your API Key
Sign in to your dashboard and navigate to Settings → API to generate your API key.
2. Make Your First Request
curl -H "Authorization: Bearer YOUR_API_KEY"
https://api.brollyhub.com/v1/experts3. Explore the Docs
Check out our comprehensive documentation for detailed endpoint references, examples, and best practices.
Popular Endpoints
GET
/api/v1/expertsList all available experts with filters
POST
/api/v1/sessionsCreate a new expert session booking
GET
/api/v1/sessions/:idGet details of a specific session
PUT
/api/v1/profileUpdate user or expert profile
Ready to Build?
Start integrating BrollyHub into your application today. Full documentation and SDKs available.
