Seedance 2.0 Save Fast API
Seedance 2.0 Save Fast API combines the Fast route with Save restrictions for products, environments and fictional subjects without real human faces.
Seedance 2.0 Save Fast combines ByteDance's accelerated family variant with APINEED's no-real-face routing restriction. It is intended for rapid iteration on eligible product, environment, object, and fictional-character scenes.
Playground
Generate with Seedance 2.0 Save Fast, review the output, and use the same request shape in your application.
This variant combines the Fast route with Save restrictions. Choose Fast or standard Seedance for real-person workflows. Use Seedance 2.0 Fast · Use Seedance 2.0
Request preview
{
"model": "seedance-2.0-fast:save",
"prompt": "A cinematic 5-second product shot with stylized fictional characters, soft studio light, controlled camera movement, and no real human faces.",
"seconds": "5",
"metadata": {
"resolution": "720p",
"ratio": "16:9",
"generate_audio": false,
"watermark": false
}
}Providers
ByteDance documents the broader model capability. APINEED separately defines the model ID, endpoint, parameter whitelist, authentication, and billing behavior shown on this page.
Discount
Official Seedance 2.0 Save Fast API pricing varies by resolution and whether the request includes video input. All rates are shown in USD, with the APINEED prepaid price calculated at 15% off. [3]
| Resolution | Input condition | Official price | APINEED price |
|---|---|---|---|
| 720p | Includes video input | $3.28 | $2.7915% off |
| Excludes video input | $5.52 | $4.6915% off |
Availability
APINEED monitors Seedance 2.0 Save Fast API availability. Applications should preserve request and task IDs and handle upstream failures explicitly.
Rapid eligible-subject drafts
Use it to iterate on products, environments, animation, abstract visuals, and fictional subjects before selecting a final prompt. [2][3]
No real-face workflows
The Save restriction applies even though the underlying Fast route can otherwise handle broader Seedance inputs. [3]
Seedance family direction
Prompts can still describe motion, camera language, lighting, story progression, and synchronized sound associated with the Seedance 2.0 family. [1][2]
Shared asynchronous lifecycle
Creation and polling use the same APINEED video endpoints, with seconds and metadata assembled from explicit controls. [3]
Fast iteration without real-person inputs
Validate eligibility first. Remove real-person identity requirements before iterating on motion or style.
Compare accepted outputs. Track usable clips and retries, not only the time of the first response.
Escalate deliberately. Use Fast or standard Seedance when a real face is needed; use standard Save when final quality deserves a separate pass.
Quick Start
Call Seedance 2.0 Save Fast with the verified APINEED endpoint and model-specific request shape.
Create an API key
Store your APINEED key server-side as API_NEED_API_KEY.
export API_NEED_API_KEY=sk-apineed-v1-...Send the request
Use seedance-2.0-fast:save with POST /v1/videos.
curl https://apineed.com/v1/videos \
-H "Authorization: Bearer $API_NEED_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedance-2.0-fast:save",
"prompt": "A cinematic 5-second product shot with stylized fictional characters, soft studio light, controlled camera movement, and no real human faces.",
"seconds": "5",
"metadata": {
"resolution": "720p",
"ratio": "16:9",
"generate_audio": false,
"watermark": false
}
}'Poll the task
Save task_id, then poll GET /v1/videos/{task_id} every few seconds until the task is completed or failed.
curl https://apineed.com/v1/videos/$TASK_ID -H "Authorization: Bearer $API_NEED_API_KEY"Seedance 2.0 Save Fast API Endpoint
Create an asynchronous video task, then use its task ID to retrieve status and the completed video URL.
/v1/videos- Authorization
- Bearer $API_NEED_API_KEY
- Content-Type
- application/json
- HTTP-Referer
- optional - your site URL, for rankings
- Model
- seedance-2.0-fast:save
/v1/videos/{task_id}- Authorization
- Bearer $API_NEED_API_KEY
- Content-Type
- application/json
- HTTP-Referer
- optional - your site URL, for rankings
- Model
- seedance-2.0-fast:save
Parameters
These controls follow APINEED's current DTO and adapter behavior. Unsupported upstream-only fields are intentionally omitted.
| Name | Type | Values | Description |
|---|---|---|---|
model | string | Required | Use seedance-2.0-fast:save. |
prompt | string | Required | Describe an eligible Seedance 2.0 Save Fast scene that does not require a real human face. |
seconds | string | 4-15 | Duration for the Seedance task. The page does not send top-level duration. |
images | string[] | Optional | Reference image URLs or data URLs for API integrations. |
metadata.resolution | string | 720p | Resolution sent in Seedance metadata. |
metadata.ratio | string | 16:9, 9:16, 1:1, 4:3, 3:4, 21:9 | Aspect ratio sent as ratio. |
metadata.content[].video_url | object | Optional | Required API structure for video-reference billing and routing. |
metadata.generate_audio | boolean | Optional | Controls native audio generation. |
metadata.watermark | boolean | Optional | Controls watermark forwarding. |
Seedance 2.0 Save Fast API questions
Practical answers for choosing, integrating, pricing, and operating the Seedance 2.0 Save Fast API on APINEED.
What does Seedance 2.0 Save Fast combine?
It combines ByteDance's accelerated Seedance 2.0 variant with APINEED's Save restriction against real human faces. [2][3]
Which projects fit Save Fast?
It fits rapid prompt iteration for products, environments, objects, abstract visuals, animation, and fictional characters. [3]
What should I use for a real person?
Choose Seedance 2.0 Fast for accelerated real-person work or standard Seedance 2.0 when the full-quality route is preferred. [3]
Does Save Fast have a latency SLA?
No. Fast indicates the accelerated model variant, but APINEED does not guarantee a specific task duration. [2][3]
How do I call Save Fast?
Submit seedance-2.0-fast:save to POST /v1/videos with seconds and the supported metadata fields, then poll the returned task ID. [3]
How is Save Fast priced?
APINEED applies the production Save Fast billing matrix for its supported 720p mode, with separate rates depending on whether the request includes a video reference. [3]
How to deploy Seedance 2.0 Save Fast
Connect Seedance 2.0 Save Fast to your application through the APINEED media API.
Add credits
Add APINEED credits before submitting a billable generation.
Create an API key
Create and securely store an APINEED API key.
Configure the endpoint
Send seedance-2.0-fast:save requests to /v1/videos.
Track the task
Poll the returned task ID and store the completed video URL.
