Skip to main content

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

  1. Go to kvid.ai/register.
  2. Enter username, email, and a password (8+ chars with upper/lower/digit).
  3. Check your email for the verification link — you must verify before logging in.
  4. Sign in at kvid.ai/login.

Details: Account Setup →

2. Buy credits

  1. Open kvid.ai/credits/purchase (sign-in required).
  2. 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).
  3. 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:

No separate API key needed for the web app.

3B. Or call the API from code

  1. Create an API key at kvid.ai/settings/api-keys.
  2. Copy the primary key — you'll need it in the API-KEY header.
  3. 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

Need help?