API Reference
Uptime Monitor
UptimeRobot-style monitoring — track HTTP, ping, port, and keyword monitors with uptime % and alerts
all core 42 API calls
Plugin ID: uptime-monitor
API calls
Every tool Uptime Monitor exposes. Click a call to see its full parameter schema.
Invoking from code
Authenticate with a bearer token, then call any tool above. This example runs
list_monitors
for the uptime-monitor app.
curl -X POST https://api.kiap.ai/api/plugin/call \
-H "Authorization: Bearer cbk_..." \
-H "Content-Type: application/json" \
-d '{ "pluginId": "uptime-monitor", "toolName": "list_monitors", "args": {} }'