AriaTimer API Documentation

🟑 Checking...

Complete HTTP API for remote control of timers, messages, and room settings. Perfect for integrations, automation, and custom applications.

πŸš€ Quick Start Example

# Test API connection curl "/api/v1/test" # Start a timer curl -X POST -H "Content-Type: application/json" \ -d '{"action":"start"}' \ "/api/v1/rooms/YOUR_ROOM_ID/timers/TIMER_ID/actions"

Timer Control

Remote start/stop/pause

Messages

Send viewer messages

Webhooks

Event notifications

Room Settings

Configure themes

Loading documentation...