Skip to main content
POST
Submit Seedance 2.0 Mini Text 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-mini/text-to-video - Fast Seedance 2.0 Mini text to video generation

Key Features

  • Text To Video: Generate video directly from prompt text.
  • Optional Audio: Request generated audio together with the video.

Important Notes

  • prompt and duration are required.
  • duration supports integer values from 4 to 15.
  • resolution supports 480p and 720p and defaults to 720p.
  • aspect_ratio accepts auto, 21:9, 16:9, 4:3, 1:1, 3:4, or 9:16.
  • Do not include media input fields.
  • Do not provide image or reference-media fields for this text-only model.
  • Usage is billed by generated video duration and selected resolution.
  • All remote URLs must be publicly accessible and directly downloadable.

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-mini/text-to-video
Example:

"seedance-2.0-mini/text-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