Create a new video generation task using Seedance 2.0 models.
Documentation Index
Fetch the complete documentation index at: https://docs.jimmyai.cn/llms.txt
Use this file to discover all available pages before exploring further.
images, first frame first_image, last frame last_image, reference videos reference_videos, and reference audios reference_audios) must first be submitted via the Submit Seedance Assets for Audit endpoint to obtain an assetId.When calling the video creation API, the reference link format must be: asset://{assetId}. Passing raw HTTP/HTTPS URLs directly will cause the request to fail.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Model name (e.g., sd2_mx_720p, sd2_mx_1080p, sd2_mx_2k, sd2_mx_4k)
Text prompt for video generation
Duration in seconds
Video orientation (ignored if ratio is provided)
landscape, portrait List of reference image asset links in the format asset://{assetId} (must submit and obtain assetId via asset audit endpoint first)
Aspect ratio of output video (e.g., 16:9, 9:16, 1:1, 4:3, 3:4, 21:9, Adaptive)
First frame image asset link in the format asset://{assetId} (must submit and obtain assetId via asset audit endpoint first)
Last frame image asset link in the format asset://{assetId} (must submit and obtain assetId via asset audit endpoint first)
List of reference video asset links in the format asset://{assetId} (must submit and obtain assetId via asset audit endpoint first)
List of reference audio asset links in the format asset://{assetId} (must submit and obtain assetId via asset audit endpoint first)