Everything powered by Seedance 2.0 Turbo through the Nohuman Video Agent from $0.88 per video.
Cinematic video generation from text prompts at API scale
Generate high-quality videos from text descriptions using the Seedance 2.0 Video Agent. Describe your scene, camera movement, and style to get a cinematic MP4 clip with native audio, 720p/1080p output, and 4-15 second duration control.
curl -X POST https://api.nohuman.studio/v1/videos/generate \
-H "Authorization: Bearer $NOHUMAN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "A cinematic aerial shot of Tokyo at sunset, neon lights reflecting off wet streets",
"duration": 15,
"resolution": "1080p",
"aspect_ratio": "16:9",
"sound": true
}'Animate any image into a video. One reference frame is all you need.
Upload a reference image and describe the desired motion. The Seedance 2.0 Video Agent generates a smooth video that brings your image to life.
curl -X POST https://api.nohuman.studio/v1/videos/generate \ -H "Authorization: Bearer $NOHUMAN_API_KEY" \ -F "image=@product_photo.jpg" \ -F "prompt=Camera slowly orbits the product, soft studio lighting, shallow depth of field" \ -F "duration=10" \ -F "resolution=1080p"
Build a viral TikTok content workflow with the Seedance 2.0 Video Agent.
Generate high-retention vertical video content with reference-guided characters, settings, and visual style. Native 9:16 output is optimized for TikTok, Reels, and Shorts.
curl -X POST https://api.nohuman.studio/v1/videos/generate \
-H "Authorization: Bearer $NOHUMAN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Episode 3: The protagonist discovers the letter in the old bookshop, close-up reaction shot",
"duration": 15,
"resolution": "1080p",
"aspect_ratio": "9:16",
"reference_images": ["https://cdn.example.com/char_abc123.png"]
}'Cinematic short-form production. From prompt to clip.
Combine text-to-video, image-to-video, and reference guidance to produce cinematic short-form scenes. Enterprise plans add volume pricing, dedicated support, and custom workflow support.
# Generate initial scene
curl -X POST https://api.nohuman.studio/v1/videos/generate \
-H "Authorization: Bearer $NOHUMAN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Wide establishing shot of a futuristic city at dawn",
"duration": 15,
"resolution": "1080p",
"aspect_ratio": "21:9",
"sound": true
}'