Developer Console

Manage your BetterVideo API keys, usage, and billing.

Sign in to continue

Use your BetterVideo account to access the developer console.

New to BetterVideo? Create an account

Forgot password?

⏳ Account pending approval

Your developer account is under review (manual approval during early access). You can explore the console and create keys, but API jobs are paused until you're approved. We'll notify you the moment it's active.

Plan
standard
Balance
$0.00
No card on file

API Keys

Copy this key now — it won't be shown again.

PrefixNameTypeLast used

Billing & Auto-Recharge

Add a card to enable auto-recharge — jobs never fail on an empty balance. We top up $50 when your balance drops below $5 (max $250/day).

Quickstart

Enhance a video in one call (see the full docs):

curl -X POST https://api.bettervideo.io/v1/jobs \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"video_url":"https://.../clip.mp4","resolution":"1080p"}'