Developer Console
Manage your BetterVideo API keys, usage, and billing.
Plan
standard
Balance
$0.00
—
No card on file
API Keys
Copy this key now — it won't be shown again.
| Prefix | Name | Type | Last 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"}'