We push alerts to your servers immediately. No polling required.
POST payload containing the complete alert JSON straight to your server.
Your only job: Respond with a generic 200 OK status code within 5 seconds to tell us you received it. (Failed deliveries are not retried, to prevent backing up the queue).
| Field | Required | Description |
|---|---|---|
url | Yes | Your secure HTTPS endpoint. We do not support unencrypted HTTP delivery. |
categories | No | Comma-separated list of genres you care about. If omitted, we ping you for everything. |
min_signal | No | Only send alerts with a Signal Score (0-100) equal to or above this number. Perfect for noise reduction. |
url with a POST request. The body will be the standard Alert Object formatted as JSON:
Your API key — get one from @chadsapibot on Telegram