Complete contractor rewards system with Stripe integration and admin approval workflow.
- Point-to-USD conversion system
- Contractor wallet management
- Stripe Connect integration
- Admin approval workflow
- Automatic refunds on failure
GET
/api/rewards/conversion-rate/
POST
/api/rewards/contractor/withdrawal/request/
GET
/api/rewards/admin/withdrawals/
View APIs
Comprehensive contractor profile and service management system.
- Contractor profiles & verification
- Service catalog management
- Booking & scheduling system
- Rating & review system
- Earnings tracking
GET
/api/contractors/
POST
/api/contractors/services/
GET
/api/contractors/bookings/
View APIs
OpenAI-powered intelligent features for enhanced user experience.
- GPT-4 integration
- Intelligent chatbot
- Smart recommendations
- Content generation
- Automated responses
POST
/api/ai/chat/
POST
/api/ai/generate/
GET
/api/ai/recommendations/
View APIs
Comprehensive admin dashboard for platform management and analytics.
- User management
- Analytics dashboard
- Financial reporting
- System monitoring
- Configuration management
GET
/admin/dashboard/
GET
/admin/analytics/
GET
/admin/reports/
Open Admin Panel
Well-documented REST APIs with JWT authentication and comprehensive endpoints.
- JWT authentication
- Role-based access control
- Rate limiting
- API versioning
- Comprehensive documentation
POST
/api/auth/login/
POST
/api/auth/register/
GET
/api/user/profile/
API Status
WebSocket-powered real-time communication system with Redis backend.
- WebSocket connections
- Redis channel layers
- Real-time messaging
- Group chat support
- Message history
GET
/api/chat/rooms/
POST
/api/chat/messages/
GET
/ws/chat/
View APIs