Sign in

Image to Video

documented

Create a short video from a starting image (async generation).

POST /v2beta/image-to-videoStable Videono implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.stability.ai/v2beta/image-to-video" \
  -X POST \
  -H "Authorization: Bearer {{STABILITY_API_KEY}}" \
  -H "Accept: application/json" \
  -F "image=@{{$image_path}}" \
  -F "seed={{$seed}}" \
  -F "cfg_scale={{$cfg_scale}}" \
  -F "motion_bucket_id={{$motion_bucket_id}}"
Image to Video · Stability AI · OpenIntegrations