POST
javascript
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 const axios = require('axios'); const api_key = "YOUR API-KEY"; const url = "https://api.segmind.com/v1/seedance-1.0-pro-fast"; const data = { "image_url": "https://segmind-resources.s3.amazonaws.com/input/0a461b6f-4954-4af0-ab07-1d05f4961ab5-7f8f0f22-7fb3-4d1d-8ff4-0d4e852049c1.jpeg", "duration": 10, "prompt": "A futuristic cityscape with flying cars zipping through neon-lit skyscrapers at night. [Wide shot] Traffic flows between giant digital billboards.", "resolution": "720p", "seed": 56789, "camera_fixed": false, "aspect_ratio": "16:9" }; (async function() { try { const response = await axios.post(url, data, { headers: { 'x-api-key': api_key } }); console.log(response.data); } catch (error) { console.error('Error:', error.response.data); } })();
RESPONSE
image/jpeg
HTTP Response Codes
200 - OKImage Generated
401 - UnauthorizedUser authentication failed
404 - Not FoundThe requested URL does not exist
405 - Method Not AllowedThe requested HTTP method is not allowed
406 - Not AcceptableNot enough credits
500 - Server ErrorServer had some issue with processing

Attributes


image_urlstr ( default: 1 )

Provide an image URL to guide video styling. Omit for full AI creativity or add detailed images for specific vibes.


durationenum:int *

Set how long the video plays. Choose 5s for quick previews, 10s for more detailed scenes.

Allowed values:


promptstr *

Detail the animation vividly. E.g., A moonbase bustling with activity under a starlit sky as spacecrafts take off and land.


resolutionenum:str *

Set video sharpness. Use 720p for regular tasks; opt for 480p for quicker and lighter processing.

Allowed values:


seedint ( default: 1 )

Assign a seed for predictable outcomes. Choose any number from 1 to 999999 as a unique fingerprint for consistency.

min : 1,

max : 999999


camera_fixedboolean ( default: 1 )

Fix camera for stable framing, or unfixed for dynamic movements. Opt for dramatic scenes with unfixed options.


aspect_ratioenum:str *

Choose video dimensions. Use 16:9 for landscape views; select 9:16 for tales on vertical screens.

Allowed values:

To keep track of your credit usage, you can inspect the response headers of each API call. The x-remaining-credits property will indicate the number of remaining credits in your account. Ensure you monitor this value to avoid any disruptions in your API usage.

Seedance 1.0 Pro Fast: Text-to-Video Generation Model

Edited by Segmind Team on October 25, 2025.

What is Seedance 1.0 Pro Fast?

Seedance 1.0 Pro Fast by ByteDance is a cutting-edge AI text-to-video model that turns text prompts or images into smooth, cinematic-quality videos with 3x the speed when compared to other regular models. It delivers visually stunning outputs that are coherent across multiple shots in terms of character, lighting, and scene logic, courtesy of its built-in multi-shot storytelling feature.

Key Features of Seedance 1.0 Pro Fast

  • Ultra-fast rendering that includes professional-grade 1080p output quality
  • Multi-shot storytelling made possible with its ability to create coherent scene sequences
  • Flexible input options that support text prompts or image-guided generation
  • Customizable video parameters including duration, resolution, and aspect ratio
  • Production-ready output that is optimal for commercial applications across different platforms
  • Serverless API for seamless scalability for multi-use applications

Best Use Cases

  • Marketing campaigns that require quick video asset iteration
  • E-commerce for product demonstrations and visualizations
  • Film and animation previsualization of the scenes by testing camera angles and tone before final production
  • Educational content creation for vivid and engaging visuals to simplify complex topics
  • Social media content production for each specific audience, channel, and format to boost engagement
  • Rapid prototyping for creative projects to test different creative versions in less time

Prompt Tips and Output Quality

  • Be specific about camera angles, e.g., 'wide shot', 'close-up'
  • Include detailed scene descriptions, such as specific lighting and precise movements
  • Specify environmental elements for better context
  • Use clear action words to direct motion and flow

Parameter Optimization

  • Choose 720p resolution for optimal quality-speed balance
  • Set duration to 5s for quick previews, 10s for detailed sequences
  • Use seed values for consistent results across iterations
  • Experiment with camera_fixed setting for stable vs. dynamic shots

FAQs

Q: How does Seedance maintain scene consistency? A: The advanced multi-shot technology used in Seedance 1.0 Pro Fast effectively maintains character, lighting, and scene coherence throughout the video sequence.

Q: What aspect ratios are supported? A: Seedance 1.0 Pro Fast supports multiple aspect ratios ranging from 16:9, 4:3, 1:1, 3:4, and 9:16, making it versatile for different platforms.

Q: Can I use reference images to guide the style? A: Yes, you can provide an image URL to control the visual style and simultaneously use AI's creativity during the generation process.

Q: What's the optimal workflow for rapid iteration? A: You can start with 5-second, 480p test generations to validate concepts; then scale up to 10-second, 720p for final outputs. Use seed values to maintain consistency across iterations.

Q: How does the camera_fixed parameter affect output? A: It maintains stable framing when you set the parameter to 'true'; while you will get video with dynamic camera movements when you set the parameter to 'false', making it ideal for more dramatic sequences.