Seedance 2.5 Serverless API
Generate cinematic multi-shot AI videos up to 30 seconds with synchronized native audio from text, images, or references.
POST /v2/seedance-2.5 · submit + poll 1# pip install "segmind>=1.1.0"
2# export SEGMIND_API_KEY="YOUR_API_KEY"
3from segmind import SegmindClient, InferenceFailed, InferenceTimeout
4
5# Async (v2) — recommended for long-running / video models.
6# run() blocks up to 600s; submit_async + job.wait(timeout=...) sets a longer
7# deadline and keeps the request_id so you can re-poll later.
8client = SegmindClient() # reads SEGMIND_API_KEY
9payload = {
10 "prompt": "The camera slowly pushes in toward the powerful cascading waterfall. Mist drifts and swirls through the golden sunlight, water rushes and splashes over the mossy rocks, and lush ferns sway gently in the breeze while a few birds glide across the gorge. Smooth, steady cinematic camera motion, photorealistic, natural ambient sound of rushing water, gentle wind, and distant birdsong.",
11 "first_frame_url": "https://segmind-resources.s3.amazonaws.com/input/seedance-2.5-firstframe.jpg",
12 "last_frame_url": "",
13 "reference_images": [],
14 "reference_videos": [],
15 "reference_audios": [],
16 "duration": 5,
17 "resolution": "720p",
18 "aspect_ratio": "adaptive",
19 "generate_audio": True,
20 "seed": 42,
21 "return_last_frame": False,
22 "skip_moderation": False,
23 "bitrate_mode": "standard",
24}
25job = client.submit_async("seedance-2.5", **payload)
26print(job.request_id) # available immediately
27try:
28 result = job.wait(timeout=900, interval=2.0)
29 print(result["status"]) # COMPLETED
30 print(result.get("output")) # model output (e.g. video URL)
31except InferenceTimeout as e:
32 print("still running:", e.request_id) # re-poll later with this id
33except InferenceFailed as e:
34 print("failed:", e.detail)
35
36# Fast models (<=600s) can use the one-liner instead:
37# result = segmind.run("seedance-2.5", **payload) 1# pip install "segmind>=1.1.0"
2# export SEGMIND_API_KEY="YOUR_API_KEY"
3from segmind import SegmindClient, InferenceFailed, InferenceTimeout
4
5# Async (v2) — recommended for long-running / video models.
6# run() blocks up to 600s; submit_async + job.wait(timeout=...) sets a longer
7# deadline and keeps the request_id so you can re-poll later.
8client = SegmindClient() # reads SEGMIND_API_KEY
9payload = {
10 "prompt": "The camera slowly pushes in toward the powerful cascading waterfall. Mist drifts and swirls through the golden sunlight, water rushes and splashes over the mossy rocks, and lush ferns sway gently in the breeze while a few birds glide across the gorge. Smooth, steady cinematic camera motion, photorealistic, natural ambient sound of rushing water, gentle wind, and distant birdsong.",
11 "first_frame_url": "https://segmind-resources.s3.amazonaws.com/input/seedance-2.5-firstframe.jpg",
12 "last_frame_url": "",
13 "reference_images": [],
14 "reference_videos": [],
15 "reference_audios": [],
16 "duration": 5,
17 "resolution": "720p",
18 "aspect_ratio": "adaptive",
19 "generate_audio": True,
20 "seed": 42,
21 "return_last_frame": False,
22 "skip_moderation": False,
23 "bitrate_mode": "standard",
24}
25job = client.submit_async("seedance-2.5", **payload)
26print(job.request_id) # available immediately
27try:
28 result = job.wait(timeout=900, interval=2.0)
29 print(result["status"]) # COMPLETED
30 print(result.get("output")) # model output (e.g. video URL)
31except InferenceTimeout as e:
32 print("still running:", e.request_id) # re-poll later with this id
33except InferenceFailed as e:
34 print("failed:", e.detail)
35
36# Fast models (<=600s) can use the one-liner instead:
37# result = segmind.run("seedance-2.5", **payload)API Endpoint
https://api.segmind.com/v1/seedance-2.5Parameters
promptrequiredstringText describing the video. Use Shot 1:, Shot 2: for multi-shot sequences. Reference uploaded assets as '@Image 1', '@Video 1', '@Audio 1' in your prompt.
aspect_ratiooptionalstringOutput aspect ratio. Defaults to adaptive, which lets the model match the prompt or the input media. adaptive is the only value accepted when you supply first_frame_url, or when the prompt asks for a video edit or extension — the output keeps the geometry of the input in those cases. Pick a fixed ratio (16:9 landscape, 9:16 vertical, 21:9 ultrawide) for text-to-video or plain reference-to-video.
"adaptive""16:9""9:16""1:1""4:3""3:4""21:9""adaptive"auto_resizeoptionalbooleanAutomatically resizes an input image that falls outside the provider's accepted range (300-6000px per side, aspect ratio 0.4-2.5, 30MB) so the request succeeds instead of being rejected. Aspect ratio is preserved: oversized images are downscaled, undersized ones upscaled, and out-of-band ratios padded rather than cropped. On by default - set it to false to have the provider reject out-of-range images instead. When a resize happens the response carries an X-Input-Normalized header naming the field and the before/after dimensions.
truebitrate_modeoptionalstringOutput video encoding bitrate. 'standard' gives smaller files and faster downloads; 'high' produces ~5-6x higher bitrate for better visual fidelity and fewer compression artifacts (larger files). Does not affect price.
"standard""standard""high"durationoptionalintegerVideo length in seconds (4-30), or -1 to let the model choose. Video-editing prompts require -1 (output follows the input video, which must be 4-30s). Cost scales with output duration (token-based).
5-1456789101112first_frame_urloptionalstring (uri)Starting frame image URL for image-to-video. Animates outward from this reference. Note: images with real human faces are blocked by ByteDance content policy. Cannot be used together with reference_images.
generate_audiooptionalbooleanCo-generate synchronized audio (dialogue, SFX, ambient, music) in the same pass. Best for scenes with speech, nature sounds, or music.
truelast_frame_urloptionalstring (uri)Ending frame; requires first_frame_url. Guides transitions between two frames.
output_formatoptionalstringmp4 = best compatibility. mov (H.264 + yuv444p + PCM) = higher color fidelity; recommended for video editing/extension round-trips.
"mp4""mp4""mov"reference_audiosoptionalstring[]Up to 10 reference audio files (MP3, 2-30 seconds each, 30 seconds combined, max 15MB each). Cite as '@Audio 1' in your prompt. Audio-only reference is supported on seedance-2.5.
reference_imagesoptionalstring[]Up to 30 reference images (max 30MB each) for character/style consistency. Cite as '@Image 1', '@Image 2' in your prompt. Cannot be used together with first_frame_url.
reference_videosoptionalstring[]Up to 10 reference videos (2-30 seconds each, 30 seconds combined, mp4/mov, max 200MB each) for motion/style transfer. Cite as '@Video 1' in your prompt. Requests with reference videos are billed at the video-input token rate.
resolutionoptionalstringOutput resolution. seedance-2.5 supports 480p, 720p and 1080p (24fps). Use 480p for drafts and fast iteration, 720p for final renders, 1080p for the highest fidelity (10-bit colour). Higher resolution costs more (token-based).
"720p""480p""720p""1080p"return_last_frameoptionalbooleanReturns the final video frame as a separate image, delivered in the response as `video.last_frame_url`. Chain shots by feeding that URL into the next generation's `first_frame_url`. Note this is an output: it is distinct from the `last_frame_url` input parameter, which is an image you supply to steer how the clip ends.
falseseedoptionalintegerReproducibility seed. Use -1 for random output, set a fixed value to iterate on the same scene.
42Range: -1 - 2147483647skip_moderationoptionalbooleanBypass BytePlus content moderation pre-filter. Useful when generating artistic content or faces that may trigger false positives. Baseline BytePlus safety policies still apply.
trueResponse Type
Returns: Video
Asynchronous requests (v2)
Use Async for video, long-running (>~60s), or high-concurrency workloads; Sync is simplest for fast image & LLM calls. Async submits a request and you poll it to completion.
- 1
POST /v2/seedance-2.5Submit — returns request_id, status_url, response_url
- 2
GET /v2/requests/{id}/statusPoll — until COMPLETED or FAILED
- 3
GET /v2/requests/{id}Result — final response body
Status states
- A FAILED request is served as HTTP 422 — the body still carries the error detail.
- An unknown or expired request_id returns HTTP 404.
- Results are retained for 1 hour, then expire.
- Content / RAI blocks surface as FAILED, not a separate state.
- Track completion by polling the status endpoint.
Common Error Codes
The API returns standard HTTP status codes. Detailed error messages are provided in the response body.
Bad Request
Invalid parameters or request format
Unauthorized
Missing or invalid API key
Forbidden
Insufficient permissions
Not Found
Model or endpoint not found
Insufficient Credits
Not enough credits to process request
Rate Limited
Too many requests
Server Error
Internal server error
Bad Gateway
Service temporarily unavailable
Timeout
Request timed out