POST
javascript
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 const axios = require('axios'); const api_key = "YOUR API-KEY"; const url = "https://api.segmind.com/v1/seedance-v1-lite-image-to-video"; const data = { "image_url": "https://segmind-resources.s3.amazonaws.com/input/73a8dadb-95e6-4bdc-a3ae-a4cd041b99a0-b572c379-3eb8-4c67-893c-b08662f9d11f.jpeg", "duration": 5, "prompt": "Generate a serene forest scene at dawn with birds chirping, sunlight filtering through trees, and a gentle mist.", "resolution": "720p", "seed": 12345 }; (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 *

Provide a URL to the image for relighting. Use S3 URLs for consistent results.


durationenum:int *

Set video length in seconds. Opt for 5 seconds for quick previews, 10 for detailed scenes.

Allowed values:


promptstr *

Detail the animation scene vividly. E.g., A sunset beach scene with waves lapping, people playing, sky turning orange.


resolutionenum:str *

Choose video clarity; 720p for most uses, 480p for faster processing.

Allowed values:


seedint ( default: 1 )

Define a seed for consistent outputs. Any number 1-999999 suffices.

min : 1,

max : 999999

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 – Text-to-Video Model

What is Seedance 1.0?

Seedance 1.0 is an advanced generative AI model built to convert text and image inputs into rich, dynamic videos. Designed for developers, creators, and product managers, Seedance delivers smooth, stable motion and cinematic detail at up to 720p resolution. With native multi-shot storytelling, it maintains visual and thematic consistency across multiple coherent camera angles. Whether you’re orchestrating multi-agent action sequences or crafting a single panoramic sweep, Seedance interprets complex natural language prompts and diverse artistic styles—from photorealism to cyberpunk illustration.

Key Features

  • Native multi-shot storytelling: Automatically sequences multiple camera angles into a coherent narrative.
  • Prompt fidelity: Accurately follows detailed instructions for scene composition, character interactions, and camera movements.
  • Style versatility: Switch between photorealism, stylized illustration, cyberpunk, and other artistic directions.
  • Input flexibility: Support for text descriptions and a source image URL (must be an S3 URI).
  • Configurable parameters:
    • prompt (required): Vivid scene details and action cues.
    • image_url (required): S3 link for reference or relighting.
    • duration (required): 5 or 10 seconds.
    • resolution (advanced): 480p or 720p.
    • seed (optional): Integer for reproducible outputs.

Best Use Cases

  • Marketing and social media videos: Craft eye-catching ads with cinematic flair.
  • Storyboarding and prototyping: Generate quick scene mockups for client reviews.
  • Game cinematics and cutscenes: Produce dynamic action sequences with camera sweeps.
  • Virtual events and presentations: Animate product demos, tutorials, or explainer clips.
  • Creative concept art: Explore mood boards in motion, from dawn-lit forests to neon-lit cityscapes.

Prompt Tips and Output Quality

  1. Be specific: Describe setting, time of day, and key actions (“sunset beach with rolling waves, close-up on surfers”).
  2. Define camera moves: Use terms like “pan,” “dolly,” or “track” to guide multi-shot sequences.
  3. Mention style and lighting: “Cyberpunk street scene, neon reflections on wet asphalt.”
  4. Choose duration wisely: 5 seconds for quick previews, 10 seconds for detailed storytelling.
  5. Use a seed value for consistency across multiple runs.

By combining clear scene descriptions with parameter tuning, you’ll maximize frame stability, prompt adherence, and cinematic quality.

FAQs

Q: What inputs does Seedance 1.0 accept?
A: A structured text prompt and an S3 image URL. You can also set duration, resolution, and an optional seed.

Q: How do I maintain consistency across shots?
A: Use a detailed prompt structure and the same seed to ensure visual coherence.

Q: What resolution options are available?
A: Seedance 1.0 supports 480p for fast previews and 720p for higher clarity.

Q: Can I control camera movements?
A: Yes—specify “pan left,” “dolly in,” or “wide shot to close-up” directly in your prompt.

Q: Which artistic styles are supported?
A: From photorealism to stylized illustration and cyberpunk. Combine style keywords with scene details.