Documentation

Build with Talarius

Everything you need to integrate alerts and heartbeat monitoring into your applications. Simple REST API, multiple destinations, pay-per-use pricing.

Get started in 5 minutes

Create an account, get your API key, and send your first alert

Quick example

bash
# Send an alert
curl -X POST https://v1.talarius.io/alerts \
  -H "X-API-Key: tk_live_..." \
  -H "Content-Type: application/json" \
  -d '{"title": "Deploy Complete", "body": "v2.1.0 deployed to production"}'