Integrations & Apps
Power BI dashboards, live weather, social feeds, occupancy sensors, Google Drive — if your data lives somewhere, SPARC can put it on a screen.
50+
native integrations
REST API
for custom data sources
Real-time
data updates
No-code
widget configuration
Each category includes pre-built integrations you can configure without writing code. Need something specific? The REST API has you covered.
Pull live data from BI platforms and display dashboards, KPIs, and metrics on your screens automatically.
Curate and display real-time social media feeds, hashtag walls, and user-generated content.
Display meeting room schedules, announcements, and live documents from the tools your team already uses.
Real-time data widgets: weather, news, sports scores, stock prices, flight information, and custom RSS.
Stream and display video content, live broadcasts, IPTV channels, and digital asset libraries.
Sync content directly from cloud storage — when the file updates in the cloud, every screen updates automatically.
Countdown timers, digital clocks, QR codes, wayfinding maps, and other utility widgets for your screens.
Connect physical environment data — temperature, occupancy, air quality — and display or trigger content automatically.
Embed any website, web app, or custom HTML/JavaScript widget directly into a SPARC zone.
SPARC's REST API and webhook system let you connect any data source — internal databases, proprietary systems, custom IoT hardware, or real-time data streams. Build a custom integration or create a fully custom player.
Example: Push live data to a screen
POST /api/v1/screens/{id}/content
Authorization: Bearer YOUR_API_KEY
{
"zone": "main",
"type": "data_widget",
"data": {
"title": "Live Queue Length",
"value": 14,
"unit": "customers"
},
"duration": 10
}