Seedance 1.0 lite t2v

Seedance V1 Lite transforms text into high-quality videos, streamlining content creation for diverse applications.


API

If you're looking for an API, you can choose from your desired programming language.

POST
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 import requests import base64 # Use this function to convert an image file from the filesystem to base64 def image_file_to_base64(image_path): with open(image_path, 'rb') as f: image_data = f.read() return base64.b64encode(image_data).decode('utf-8') # Use this function to fetch an image from a URL and convert it to base64 def image_url_to_base64(image_url): response = requests.get(image_url) image_data = response.content return base64.b64encode(image_data).decode('utf-8') # Use this function to convert a list of image URLs to base64 def image_urls_to_base64(image_urls): return [image_url_to_base64(url) for url in image_urls] api_key = "YOUR_API_KEY" url = "https://api.segmind.com/v1/seedance-v1-lite-text-to-video" # Request payload data = { "duration": 5, "aspect_ratio": "16:9", "prompt": "A whimsical underwater world thriving with marine life in kaleidoscope colors.", "resolution": "720p", "seed": 56698, "camera_fixed": False } headers = {'x-api-key': api_key} response = requests.post(url, json=data, headers=headers) print(response.content) # The response is the generated image
RESPONSE
video/mp4
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


durationenum:int *

Select the length of the video in seconds. Use 5 seconds for faster rendering or standard quality outputs.

Allowed values:


aspect_ratioenum:str *

Defines the width to height ratio of the video. Use 16:9 for landscapes or 9:16 for vertical videos.

Allowed values:


promptstr *

Describe the scene or animation for the video. Try 'A whimsical underwater world thriving with marine life in kaleidoscope colors'.


resolutionenum:str *

Sets the video quality. Choose 720p for clearer visuals, suitable for larger displays.

Allowed values:


seedint ( default: 1 )

A numerical seed for consistent randomization. Use any number for varied scene generations.

min : 1,

max : 999999


camera_fixedboolean ( default: 1 )

Whether to fix the camera position.

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.

Resources to get you started

Everything you need to know to get the most out of Seedance 1.0 lite t2v

Guide: Effective Usage of Seedance V1 Lite for Text-to-Video Generation

Seedance V1 Lite by ByteDance delivers fast, high-quality video clips from text prompts. This guide walks you through best practices, parameter tuning, and tailored recommendations for developers, creators, and executives.

1. Core Best Practices

  • Clear, descriptive prompts: Include setting, mood, color palette, and motion cues.
    Example: “A serene forest at dawn, mist rolling between ancient trees, golden light filtering through leaves.”
  • Iterate quickly: Start with short clips (5 sec) to validate concepts, then scale up.
  • Use seeds for consistency: Assign a fixed seed value to reproduce favorite renders.

2. Parameter Overview

ParameterPurposeRecommended Values
promptScene descriptionVivid, action-oriented text
durationClip length (sec)5 (quick tests), 10 (final)
aspect_ratioFrame orientation16:9 (landscape), 9:16 (vertical)
resolution*Output quality720p (web/presentation), 480p (mobile/drafts)
seed*Randomization controlAny integer (e.g. 12345)

*Advanced parameters: adjust only after prompt and core settings are locked in.

3. Recommended Settings by Role

Developers

  • Use Cases: Integrate video generation in apps, prototypes, or automated pipelines.
  • Settings:
    • duration: 5 sec for fast feedback
    • aspect_ratio: match target display (e.g., 4:3 for classic embeds)
    • resolution: 480p for speed; bump to 720p for demos
    • seed: fixed for regression testing
  • Tip: Wrap calls in your CI/CD to auto-generate fresh assets on updates.

Creators

  • Use Cases: Storyboards, social posts, marketing reels.
  • Settings:
    • duration: 10 sec to build narrative
    • aspect_ratio: 16:9 for YouTube, 1:1 for Instagram feed, 9:16 for Reels/TikTok
    • resolution: 720p for professional polish
    • seed: vary to explore stylistic variants
  • Tip: Experiment with prompt adjectives (“ethereal,” “retro”) to unlock new looks.

Executives

  • Use Cases: Quick mockups, campaign ideation, pitch decks.
  • Settings:
    • duration: 5 sec for story beats
    • aspect_ratio: consistent with brand templates
    • resolution: 720p to ensure sharp visuals
    • seed: reuse for brand identity consistency
  • Tip: Leverage bulk API calls to generate multiple concepts in one run and choose top performers.

4. Workflow Suggestions

  1. Draft your prompt and pick core parameters.
  2. Run a 5 sec test clip; review composition and color.
  3. Adjust prompt detail or switch aspect ratio.
  4. Finalize with a 10 sec, 720p render and fixed seed.
  5. Embed or post-produce as needed.

By following this structured approach, you’ll maximize efficiency, consistency, and creative impact when generating videos with Seedance V1 Lite.

Other Popular Models

Discover other models you might be interested in.

Cookie settings

We use cookies to enhance your browsing experience, analyze site traffic, and personalize content. By clicking "Accept all", you consent to our use of cookies.