RSS
Every filter gets an RSS 2.0 feed at:
GET https://api.samhooks.com/v1/feeds/<filter_id>.rss?token=<feed-token>
- 100 most-recent items per feed ($19 tier cap).
- Items keep flowing even while your webhook endpoint is auto-disabled.
- Feed contents reflect the filter as it was when each change was ingested — editing a filter affects future items only.
Capability-URL security
The feed URL is the credential: anyone holding it can read the feed. It is shown once at filter creation and stored by us only as a hash. Treat it like a password; regenerate with PUT /v1/filters/:id and {"rotate_feed": true}.
Demo feeds
Public, no token, 10 items, 24 hours delayed: GET https://api.samhooks.com/v1/feeds/demo/<naics>.rss — linked from every NAICS page.