// PRODUCTS

ONE AGENT.
FOUR WORKFLOWS.

Everything powered by Seedance 2.0 Turbo through the Nohuman Video Agent from $0.88 per video.

// 001: TEXT_TO_VIDEO

Text-to-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.

KEY FEATURES
720p and 1080p Seedance 2.0 Turbo output
4-15 seconds per generation
Natural-language camera and style direction
Native synchronized audio
Async generation with polling or webhooks
MP4 output
API EXAMPLE
text-to-video.sh
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
  }'
// 002: IMAGE_TO_VIDEO

Image-to-Video

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.

KEY FEATURES
Animate from JPG, PNG, or WebP reference images
Describe motion, camera movement, and effects in natural language
Preserves visual fidelity of the source image
Supports 16:9, 9:16, 4:3, 3:4, 1:1, and 21:9 aspect ratios
720p and 1080p output
Batch processing for multiple images (Growth+)
API EXAMPLE
image-to-video.sh
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"
// 003: TK_DRAMA

TikTok Content Engine

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.

KEY FEATURES
Character consistency across scenes and episodes
Persistent visual style and settings
Multi-episode generation with story continuity
Optimized output for TikTok, Reels, and Shorts
9:16 vertical video natively supported
Batch episode generation with webhook callbacks
API EXAMPLE
tk-drama.sh
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"]
  }'
// 004: AI_FILMMAKING

AI Filmmaking

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.

KEY FEATURES
Reference guidance for scene continuity
720p and 1080p generation
Custom workflow support for brand consistency
Dedicated capacity planning for predictable throughput
Priority queue with guaranteed generation times
99.99% SLA for production workflows
API EXAMPLE
ai-filmmaking.sh
# 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
  }'

READY TO BUILD?

Get your API key and start generating videos in minutes.