Skip to main content
POST
Submit Seedance 2.0 Fast Reference to Video Task
  1. Submit the request with VIDGO_API_KEY. After submission, a task_id is returned. If callback_url is provided, Vidgo sends the result after the task finishes or fails.
  2. You can always retrieve the result through the unified Query Task Status endpoint.

Available Models

  • seedance-2.0-fast/reference-to-video - Seedance 2.0 Fast reference to video generation

Key Features

  • Reference To Video: Guide generation with reference images, videos, and optional audio.
  • Optional Audio: Request generated audio together with the video.

Variant Notes

  • This public model ID uses the seedance-2-fast provider variant.
  • Supported resolutions are 480p and 720p.

Important Notes

  • prompt is required and accepts up to 20,000 characters.
  • duration supports integer values from 4 to 15.
  • Reference input supports up to 9 images, 3 videos, and 3 audio files, with at most 12 files in total. Reference audio requires at least one reference image or reference video.
  • aspect_ratio accepts auto, 21:9, 16:9, 4:3, 1:1, 3:4, or 9:16.
  • Provide at least one reference image or reference video. Reference audio cannot be used alone.
  • All remote URLs must be publicly accessible and directly downloadable.

Credits Reference

  • Usage is calculated from selected resolution and billed duration. Each reference-video duration, rounded down separately, is added to output duration.
  • Check the Vidgo dashboard for the current model rate before submitting production traffic.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer VIDGO_API_KEY.

Body

application/json
model
enum<string>
required

Vidgo public model identifier.

Available options:
seedance-2.0-fast/reference-to-video
Example:

"seedance-2.0-fast/reference-to-video"

input
object
required
callback_url
string<uri>

Optional webhook callback URL.

Response

Task submitted successfully

code
integer
required
Example:

200

data
object
required