Quick Start
한국어: 빠른 시작
Everything you need is in one place: sign up at kvid.ai, buy credits, and either use the web app or call the API with a key.
1. Create an account
- Go to kvid.ai/register.
- Enter username, email, and a password (8+ chars with upper/lower/digit).
- Check your email for the verification link — you must verify before logging in.
- Sign in at kvid.ai/login.
Details: Account Setup →
2. Buy credits
- Open kvid.ai/credits/purchase (sign-in required).
- Choose a package — Starter ($10 / 700 credits) or Monthly Package ($30 / 3,000 credits) — and click Purchase Now. You'll be redirected to Dodo Payments (international card checkout).
- Complete checkout and you'll return with the corresponding credits added to your balance, valid for 30 days.
Details: Buy Credits →
3A. Use the web app immediately
Go back to kvid.ai and try any of these:
- Storyboard — build a video from a natural-language brief: kvid.ai/storyboard
- Image generation — kvid.ai/generate/image
- Text-to-Video — kvid.ai/generate/text-to-video
- Gallery — browse community-shared compositions: kvid.ai/gallery
No separate API key needed for the web app.
3B. Or call the API from code
- Create an API key at kvid.ai/settings/api-keys.
- Copy the primary key — you'll need it in the
API-KEYheader. - Make your first call:
curl -X POST "https://api.kvid.ai/ai/image/generate" \
-H "api-key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "K-pop concert stage with colorful lights",
"image_size": { "width": 1024, "height": 1024 }
}'
Details: API Keys →
Next steps
- Web App Features — deep-dive guides for each web feature.
- API Services — full API reference.
- Pricing — current credit rates.
Need help?
- Email: [email protected]
- Discord: kvidAI Community