Real-Time Delivery

Webhooks

Get notified instantly when new signals match your criteria. 1 credit per event delivered.

How it works

Three steps to real-time signal delivery.

1

Create a webhook

Register an endpoint URL and choose which signal types to subscribe to. Webhook management is always free.

2

Signals are matched

As new signals are detected across our 29 sources, we match them against your subscriptions in real-time.

3

Events are delivered

Each matching signal is POSTed to your endpoint as a JSON event. 1 credit per event. Retries are free.

Webhook payload

Every event is a structured JSON object delivered to your endpoint via POST.

POST https://your-app.com/webhooks/autobound
{
  "event": "signal.created",
  "signal": {
    "id": "sig_abc123",
    "type": "funding_round",
    "company": {
      "name": "Acme Corp",
      "domain": "acme.com"
    },
    "title": "Acme Corp raises $50M Series C",
    "detected_at": "2026-03-12T14:30:00Z",
    "source": "sec_filing",
    "data": {
      "amount": 50000000,
      "round": "Series C",
      "investors": ["Sequoia Capital", "a16z"]
    }
  },
  "webhook_id": "wh_xyz789",
  "delivered_at": "2026-03-12T14:30:02Z"
}

Available signal types

Subscribe to any combination of 29 signal sources across 5 categories.

Simple, predictable pricing

  • 1 credit = 1 event delivered
  • Webhook management (create, update, delete, test) is always free
  • Failed deliveries are retried automatically at no additional cost
  • All 29 signal sources available for subscription

Start receiving signals

Create a free account and set up your first webhook in minutes.