API Directory › BetterVideo + n8n
BetterVideo + n8n
n8n has no dedicated BetterVideo node yet, but its HTTP Request node calls the REST API directly — and self-hosted n8n keeps your keys on your own instance.
🔒 Footage deleted on your schedule — with a certificate to prove it
Straight answer: there is no pre-built native BetterVideo app in n8n yet.
This page shows how to connect via the HTTP Request node calling the REST API — we'd rather tell you that
than imply an integration that doesn't exist.
Connect n8n to BetterVideo
- In n8n, add the HTTP Request node.
- Submit a job:
POST https://api.bettervideo.io/v1/jobswith headerAuthorization: Bearer bv_live_…and JSON body{"video_url": "…", "resolution": "1080p"}. - Get the result: either point
webhook_urlat a n8n trigger so you're notified when it'sdone, or pollGET /v1/jobs/{id}thenGET /v1/jobs/{id}/resultfor the download link.
Grab a free sandbox key from the developer console, and prefer the
webhook_url path in no-code tools — it avoids polling loops.
Wire it into n8n
Free sandbox key, no card. Full REST reference and OpenAPI spec in the docs.
Get your API key →