Glowbit API
Programmatically control every display and push live data to every screen you've paired. The API is JSON over HTTPS, versioned under /v1, and changes propagate to paired screens in about a second.
BASE URL
https://useglowbit.com/api/v1Quickstart — update a live queue board in one request:
curl -X POST https://useglowbit.com/api/v1/displays/YOUR_DISPLAY_ID/data \
-H "Authorization: Bearer YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{ "vars": { "number": "043" } }'Every paired screen showing that display re-renders immediately. Try requests live in the Studio console.