a wall on walls.sh

Feedhook

Turn a YouTube channel into a webhook — an HTTP callback the moment a new video is published.

# 1. sign up (free — 1 feed). Returns your API key once.
curl -X POST https://feedhook.walls.sh/accounts \
  -d '{"email":"you@example.com"}'

# 2. turn a channel into a webhook
curl -X POST https://feedhook.walls.sh/subscriptions \
  -H 'authorization: Bearer fh_your_key' \
  -d '{"channel":"@GoogleDevelopers",
       "callbackUrl":"https://your.app/hook"}'

Signed JSON POST to your URL on every new video, ~8s after publish. No polling, no quota.

see one real delivery right now — no signup, no endpoint:
npx -y feedhook-quickstart @mkbhd

27,728 webhooks delivered · 1,318 in the last 24h · 22 failed in 24h

free: 1 feed  ·  pro: $9/mo, 10 feeds  ·  npx -y feedhook-mcp

docs · recipes · websub guide · faq · compare · mcp · metrics

← walls.sh