Console Initial Setup Guide
한국어로 보기: 콘솔 초기 설정 가이드 | View in English (current page)
A step-by-step setup guide for first-time kvidAI service users, covering everything from account creation to API key issuance.
🚀 Before You Start
Important Requirements
- Developer Portal and Console Site must use the same email address
- Manual credit and user permission setup required during initial configuration
Access URLs
- Developer Portal: developers.kvid.ai
- Console: console.kvid.ai
📝 Step 1: Account Creation
1.1 Developer Portal Registration
- Visit developers.kvid.ai
- Click "Sign Up" button
- Enter registration information:
- Email address
- Password
- Basic information
1.2 Console Site Registration
- Visit console.kvid.ai
- Click "Sign Up" button
- Register with the same email address
The email addresses used for the Developer Portal and Console Site must be identical. Different emails will prevent API key and account integration.
🔑 Step 2: API Key Issuance
2.1 Create API Key in Developer Portal
- Log in to developers.kvid.ai
- Select "API Keys" or "Key Management" menu
- Click "Generate New API Key" button
- Select desired API services:
- Video Generation AI API
- Image Generation AI API
- Text Generation LLM AI API
- Complete API key generation
2.2 Save API Key
API keys are only displayed once during creation. Make sure to store them securely!
- Copy the generated API key
- Store in a secure location (password manager recommended)
- Ensure the key is not exposed
💳 Step 3: Console Site Configuration
3.1 Credit Setup
Manual credit setup is required as automatic payment system is not yet integrated.
- Log in to console.kvid.ai
- Request credit top-up from administrator
- Confirm credit top-up completion
3.2 User Permission Setup
User permissions must be set manually.
- Navigate to account settings in console site
- Set User Role to "api-user"
- Confirm permission setup completion
Manual credit and user permission setup is required because the system does not go through Cafe24 payment system.
🧪 Step 4: API Testing
4.1 First API Call Test
Test if setup is complete with a simple API call.
Text API Test:
curl -X POST "https://api.kvid.ai/ai-model/qwen/v1/chat/completions" \
-H "API-KEY: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen2.5-72b-instruct",
"messages": [
{"role": "user", "content": "Hello"}
]
}'
Video API Test:
curl -X POST "https://api.kvid.ai/ai-model/videogen-1/v1/video_generation" \
-H "API-KEY: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "text-to-video",
"prompt": "A cat playing in the garden"
}'
✅ Setup Completion Checklist
Check if you have completed all the following items:
- Developer Portal registration (developers.kvid.ai)
- Console Site registration (console.kvid.ai)
- Same email address usage confirmed
- API key issued from Developer Portal
- API key stored securely
- Credit setup in Console Site (manual)
- User permission set to "api-user"
- API test successful
🆘 Troubleshooting
Common Issues
Q: API key not working
- Check if Developer Portal and Console Site email addresses match
- Verify no spaces or special characters when copying API key
- Check credit balance and user permissions
Q: No credits available
- Manual setup is currently required
- Contact customer support for credit top-up
Q: User permission error
- Check if user role is set to "api-user" in Console Site
- Contact customer support if permission setup is not working
Customer Support
Contact us anytime during the setup process:
- Email: [email protected]
- Discord: kvidAI Community
🎯 Next Steps
Once setup is complete, refer to these documents:
Email address unification and manual permission setup are most important during initial setup. Contact customer support if you encounter any issues.
Language: English (current page) | 한국어