ByteDance logo

Seedance 2.0 Save Fast API

seedance-2.0-fast:save

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.

MODALITIES
PriceFrom $2.79 / 1M output tokensCONTEXTN/A

Playground

Generate with Seedance 2.0 Save Fast, review the output, and use the same request shape in your application.

Fast route without real human faces

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

Workflow
From $2.79 / 1M output tokensSign in required. Final cost uses completed usage.
Output Ready
Sample output
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.

API Need15% off
Uptime
Total Context
N/A
Max Output
N/A
Input
Free/ 1M
Output
$2.79/ 1M
Cache Read
Route priced
Cache Write
Route priced

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]

Seedance 2.0 Save Fast videoUSD / 1M output tokens
ResolutionInput conditionOfficial priceAPINEED price
720pIncludes 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.

System statusLast 90 days
APINEED GATEWAY99.50% uptime

Seedance 2.0 Save Fast API capabilities

Save Fast is the constrained iteration route: it uses the accelerated Seedance variant while excluding real human faces from prompts and references. [1][2][3]

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.

1

Create an API key

Store your APINEED key server-side as API_NEED_API_KEY.

export API_NEED_API_KEY=sk-apineed-v1-...
2

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
  }
}'
3

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.

POST/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
GET/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.

NameTypeValuesDescription
modelstringRequiredUse seedance-2.0-fast:save.
promptstringRequiredDescribe an eligible Seedance 2.0 Save Fast scene that does not require a real human face.
secondsstring4-15Duration for the Seedance task. The page does not send top-level duration.
imagesstring[]OptionalReference image URLs or data URLs for API integrations.
metadata.resolutionstring720pResolution sent in Seedance metadata.
metadata.ratiostring16:9, 9:16, 1:1, 4:3, 3:4, 21:9Aspect ratio sent as ratio.
metadata.content[].video_urlobjectOptionalRequired API structure for video-reference billing and routing.
metadata.generate_audiobooleanOptionalControls native audio generation.
metadata.watermarkbooleanOptionalControls 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.

1

Add credits

Add APINEED credits before submitting a billable generation.

2

Create an API key

Create and securely store an APINEED API key.

3

Configure the endpoint

Send seedance-2.0-fast:save requests to /v1/videos.

4

Track the task

Poll the returned task ID and store the completed video URL.

More live models