ByteDance logo

Seedance 2.0 Save API

seedance-2.0:save

Seedance 2.0 Save API provides the standard Seedance workflows for products, environments and fictional subjects without support for real human faces.

Seedance 2.0 Save is an APINEED routing variant, not a separate ByteDance release. It uses the standard Seedance 2.0 task contract while excluding prompts and references that require a real human face. Choose the standard route for real-person work.

MODALITIES
PriceFrom $3.55 / 1M output tokensCONTEXTN/A

Playground

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

Real human faces are not supported

Use this Save route for fictional subjects, products, and environments. Choose the standard model when a real person is required. Use Seedance 2.0

Workflow
From $3.55 / 1M output tokensSign in required. Final cost uses completed usage.
Output Ready
Sample output
Request preview
{
  "model": "seedance-2.0: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
$3.55/ 1M
Cache Read
Route priced
Cache Write
Route priced

Discount

Official Seedance 2.0 Save 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 videoUSD / 1M output tokens
ResolutionInput conditionOfficial priceAPINEED price
720pIncludes video input$4.18$3.5515% off
Excludes video input$6.87$5.8415% off
1080pIncludes video input$4.63$3.9315% off
Excludes video input$7.61$6.4715% off

Availability

APINEED monitors Seedance 2.0 Save API availability. Applications should preserve request and task IDs and handle upstream failures explicitly.

System statusLast 90 days
APINEED GATEWAY99.48% uptime

Seedance 2.0 Save API capabilities

Save retains the APINEED Seedance task shape for product, environment, animation, and fictional-subject work while applying a no-real-face restriction. [1][2][3]

Product and environment video

Use the route for product reveals, object motion, landscapes, architecture, abstract scenes, and other work that does not rely on a real person's identity. [3]

Fictional and stylized subjects

Illustrated, animated, synthetic, or otherwise fictional characters remain appropriate when the prompt does not request a real human face. [3]

Seedance family generation

The underlying family is documented for complex motion, multimodal references, editing, continuation, multi-shot output, and synchronized sound. [1][2]

Same asynchronous API

The Save model ID changes routing, but creation, polling, seconds, resolution, ratio, audio, and watermark fields follow the standard APINEED contract. [3]

Prompts for eligible Save workflows

Choose an eligible subject. Describe products, places, objects, abstract visuals, or clearly fictional characters.

Avoid identity requests. Do not ask the model to reproduce, preserve, or transform a real person's face.

Use standard for real people. Move the request to Seedance 2.0 when a real face is necessary to the scene.

Quick Start

Call Seedance 2.0 Save 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: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: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 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: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:save

Parameters

These controls follow APINEED's current DTO and adapter behavior. Unsupported upstream-only fields are intentionally omitted.

NameTypeValuesDescription
modelstringRequiredUse seedance-2.0:save.
promptstringRequiredDescribe an eligible Seedance 2.0 Save 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.resolutionstring720p, 1080pResolution 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 API questions

Practical answers for choosing, integrating, pricing, and operating the Seedance 2.0 Save API on APINEED.

Is Seedance 2.0 Save an official ByteDance model name?

No. Save is an APINEED routing variant built around the Seedance 2.0 integration contract and its real-face restriction. [1][3]

What can I generate with Seedance 2.0 Save API?

Use it for products, environments, objects, abstract visuals, animation, and fictional characters that do not require a real human face. [3]

When should I switch to standard Seedance 2.0?

Use the standard route whenever a prompt, start image, or video reference requires a real person's face or identity. [3]

Does Save use a different endpoint?

No. Submit model seedance-2.0:save to POST /v1/videos and poll the same GET /v1/videos/{task_id} endpoint. [3]

Does Save retain Seedance family capabilities?

It uses the same APINEED request structure, while ByteDance's official family documentation supplies the broader motion, reference, editing, continuation, and audio capability context. [1][2][3]

Can local references be generated in this playground?

Yes. Files are uploaded directly to temporary private object storage and submitted as short-lived URLs after the page verifies the upload. [3]

How to deploy Seedance 2.0 Save

Connect Seedance 2.0 Save 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:save requests to /v1/videos.

4

Track the task

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

More live models