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
Quickstart
Send your first alert in under 5 minutes
API Reference
Complete endpoint documentation with examples
Telegram
Connect your Telegram bot for instant alerts
Discord
Set up Discord webhooks for your server
Slack
Integrate with Slack incoming webhooks
Heartbeats
Monitor your services with heartbeat pings
Examples
Real-world use cases and code snippets for common alerting scenarios.
Vibecoding
Prompts to help LLMs integrate Talarius into your codebase.
Quick example
# 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"}'