Raw AI Generation.
Generate cinematic AI videos directly in your browser using your own xAI API key. Text-to-video, image-to-video, and video editing — no backend, no sign-up, completely free.
See what it generates
Each prompt creates a real video via the Grok API — no mock data.

“Poolside edge pose, feet in turquoise water”

“Poolside standing portrait, sun flare”

“Poolside editorial portrait, magazine look”

“Poolside lounger, warm golden sunlight”

“Poolside relaxed glamour, natural look”

“Poolside walking shot, resort backdrop”
Everything you need
Production-hardened with auth, rate limiting, DB persistence, and structured logging.
Text to Video
Generate cinematic video clips from any text prompt. Control duration, aspect ratio, and resolution.
POST /api/videos/generateImage to Video
Upload any image and animate it into a fluid AI-generated video with a natural language prompt.
POST /api/upload → /api/videos/generateVideo Editing
Edit existing videos with natural language. Describe the change and Grok applies it.
POST /api/videos/editAsync Job Polling
Video jobs return immediately with a job ID. Poll for completion or check status any time.
GET /api/videos/:jobIdBearer Auth
Simple API key authentication. Keys are hashed at rest with SHA-256 and cached in memory.
Authorization: Bearer grok_...Rate Limiting
Built-in per-IP and per-key rate limiting via nginx and Express. Configurable zones.
30 req/min · 10 uploads/minQuick start
Three curl commands from zero to generated video
# 1. Get your xAI API key
# → https://console.x.ai/api-keys
# 2. Open the playground
# → https://grokraw.com/playground
# 3. Paste your key, write a prompt, hit Generate
# → Your video is generated directly via xAI's API
# → Nothing passes through our servers
# Or use the xAI API directly:
curl -X POST https://api.x.ai/v1/videos/generations \
-H "Authorization: Bearer xai-your_key" \
-H "Content-Type: application/json" \
-d '{
"model": "grok-imagine-video",
"prompt": "A sunset over the Pacific ocean, cinematic 4K",
"duration": 5,
"aspect_ratio": "16:9",
"resolution": "720p"
}'
# → { "request_id": "abc-123" }Start generating now
Grab your xAI API key and start generating videos in seconds. No sign-up, no backend — just your key and a prompt.