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

ModelTypeDescription
sora-2Video10-15s videos with audio
kling-2.6VideoDialogue and lip-sync
veo-3-1VideoCinematic with native audio
nano-bananaImageFast image generation
nano-banana-proImageHD images up to 4K

Get Started

  1. Create an account and get your API key
  2. Read the Authentication guide
  3. Make your first Generate request

Base URL

https://vicsee.com/api/v1

All API requests should be made to this base URL.