API Overview

Use Seedance 2.1 APIs to create image, video, and music tasks.

Seedance 2.1 API overview

Use the Seedance 2.1 API when you want to build the same creative workflow into your own app, script, or automation.

Base URL and authentication

Use Seedance 2.1 API base URL: https://sseedance.com.

https://sseedance.com

Every request must include your API key:

Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

API pages

Common workflow

  1. Create a task with the image, video, or music endpoint.
  2. Copy the returned task id.
  3. Poll GET /v1/tasks/{id} until status becomes success or failed.
  4. Read the final files from imageUrls, videoUrls, or audioUrls.

Credit summary

APICredits
1K image2 credits per image
4K image4 credits per image
Text to video6 credits per task
Image to video8 credits per task
Video to video10 credits per task
Music10 credits per task

Next step

Start with image generation if you want to generate pictures, or open the specific API page you need from the sidebar.

API Overview