The Seedance 2.0 series of models supports multi-modal input, including images, videos, audio, and text. It is capable of video generation, video editing, and video extension, and can accurately reproduce object details, audio tones, effects, styles, and camera movements while maintaining consistent character traits.It supports text-to-video, image-to-video (first frame/first and last frames), and multimodal reference-based video generation (combinations of images, video, and audio). It offers a Standard Edition (seedance-2.0) and a Fast Edition (seedance-2.0-fast), with the Fast Edition offering lower pricing and faster generation speeds.
0/1 page

After setting the parameters, click "Generate" to get the results
Example
Request JSON
{}API
curl --location --request POST 'https://api.jiekou.ai/v3/async/seedance-2.0' \
--header "Content-Type: application/json" \
--header "Authorization: Bearer ${API_KEY}" \
--data-raw '{}'curl --location --request GET "https://api.jiekou.ai/v3/async/task-result?task_id
=${task_id}" \
--header "Authorization: Bearer ${API_KEY}"