API authentication
Authenticate EasyDown video downloader API requests with a Bearer token and keep production credentials secure.
Send the token in the Authorization header. Never place production tokens in URLs, client logs, source control, or analytics.
Authorization: Bearer ed_live_your_tokenLimits and behavior
- Tokens can be restricted to selected platforms.
- Missing, expired, revoked, or invalid tokens return an authentication error and consume 0 credits.
- Platform permission failures return
platform_not_allowedand consume 0 credits. - Browser requests support CORS, but production tokens should normally stay on your server.