Documentation
Comprehensive guides, API documentation, and technical resources for developers and users
Getting Started
API Documentation
Authentication
POST /api/v1/auth/login/
Authenticate user and receive access token
Authenticate user and receive access token
curl -X POST /api/v1/auth/login/ \
-H "Content-Type: application/json" \
-d '{"username": "user", "password": "pass"}'
Data Endpoints
GET /api/v1/hubs/
Retrieve available hubs and categories
Retrieve available hubs and categories
curl -H "Authorization: Bearer YOUR_TOKEN" \
/api/v1/hubs/
Developer Tools
Support & Community
Community Resources
- Discord Community: Join our developer community for real-time help
- Stack Overflow: Get answers to technical questions
- Email Support: support@puvopuvu.com
Can't find what you're looking for?
Our documentation is constantly evolving. Let us know what you need!
Contact Support