The Seedance series offers reliable generation capabilities, making it ideal for production environments. Designed for production-level use, this series prioritizes stability and controllable output. Text-to-video capabilities allow users to generate storyboards and cinematographic styles directly from prompts, enabling rapid prototyping from script to finished video. The real-time inference API delivers stable performance with no waiting time and is affordably priced.

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-v1.5-pro-t2v' \
--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}"