VicSee API
Generate AI videos and images programmatically
Generate stunning AI videos and images with a simple API. Access Sora 2, Veo 3.1, Nano Banana, and more.
Quick Start
curl -X POST https://vicsee.com/api/v1/generate \
-H "Authorization: Bearer sk-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "nano-banana",
"prompt": "A golden retriever playing in autumn leaves"
}'Features
- Unified API - One endpoint for all models (images and videos)
- Async Generation - Submit jobs and poll for results
- Multiple Models - Sora 2, Veo 3.1, Nano Banana, and more
- Simple Pricing - Pay-per-generation with credits
Available Models
| Model | Type | Description |
|---|---|---|
sora-2 | Video | 10-15s videos with audio |
kling-2.6 | Video | Dialogue and lip-sync |
veo-3-1 | Video | Cinematic with native audio |
nano-banana | Image | Fast image generation |
nano-banana-pro | Image | HD images up to 4K |
Get Started
- Create an account and get your API key
- Read the Authentication guide
- Make your first Generate request
Base URL
https://vicsee.com/api/v1All API requests should be made to this base URL.