🚀 BRS API

Blender Render Suite - Firebase Proxy API

Secure API proxy for Firebase push notifications

📱 Available Endpoints

POST /api/notifications/send

Send push notification to a single device

POST /api/notifications/broadcast

Broadcast notification to multiple devices

POST /api/notifications/test

Send test notification to verify setup

GET /api/health

Check API and Firebase status

🔧 Usage Example

POST /api/notifications/send
{ "token": "device_token_here", "title": "BRS Notification", "body": "Your render is complete!", "data": { "type": "render_complete", "jobId": "123" } }

🔒 Security Notice

This API serves as a secure proxy for Firebase operations, keeping sensitive credentials separated from the desktop application. All requests are validated and logged.

Built for BRS (Blender Render Suite) by Nebula Studios

API Version: 1.0.0 | Deployed on Vercel