AriaTimer API Documentation
π‘ Checking...
Complete HTTP API for remote control of timers, messages, and room settings. Perfect for integrations, automation, and custom applications.
Interactive API Docs
Live API documentation with examples
Test API
Check API connectivity and status
API Features
See what you can build
π 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...