APIMaster.ai

Seedance API

Generate video with Seedance 2.0 through an OpenAI-compatible API, billed per second.

Access Seedance 2.0 through APIMaster without managing a separate upstream account. Submit text-to-video requests from a standard OpenAI-compatible videos endpoint, pay only for generated seconds, and use the same API key alongside GPT, Claude, DeepSeek, and other models on APIMaster.

Wejście
Obraz referencyjny (image-to-video)
Wynik
Twój wynik pojawi się tutaj.

What is the Seedance API?

Seedance API gives developers programmatic access to Seedance 2.0 video generation over a standard HTTP interface. Instead of using a consumer app, you send prompts to a REST endpoint and poll the task until the video is ready. APIMaster exposes Seedance 2.0 through the same OpenAI-compatible routing layer used for the rest of the platform, so you can integrate it into existing SDKs and workflows with minimal changes.

Wybierz model
03
doubao-seedance-2.0

Dostawca 03

Per second$0.1144/ s$0.14/ sOszczędź 18%

Historia odcisków palców

Brak danych wykrywania

Czas działania

Brak danych wykrywania

Transparent per-second pricing with APIMaster routing and the same operational layer used across our production API models.

Seedance API — Pricing

ModelResolutionOur priceOfficialSave
Seedance 2.0720p$0.1144/s$3/s96%

Capabilities

Text-to-video

Create short cinematic clips from prompts through a simple videos generations API.

Per-second billing

Pay only for generated output time, with clear per-second pricing.

OpenAI-compatible

Use one API key and familiar request patterns across video and LLM models.

Use cases

Promo clipsSocial videoStoryboardingCreative demosProduct visuals

Quick start

curl https://apimaster.ai/v1/videos/generations \
  -H "Authorization: Bearer $APIMASTER_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "doubao-seedance-2.0",
    "prompt": "A drone shot over a coastal city at dawn",
    "seconds": 4
  }'

Seedance API — Najczęściej zadawane pytania

Which model id do I use?

Use doubao-seedance-2.0 in the model field.

Which endpoint do I call?

POST /v1/videos/generations with JSON body, then poll the returned task id until completion.

How is Seedance billed?

Seedance 2.0 is billed per generated second. See the price table above for the current official reference and APIMaster price.

Is it OpenAI-compatible?

Yes. The request shape follows an OpenAI-compatible video generations flow, so it fits existing HTTP tooling easily.

Is my data safe?

Yes. Requests are encrypted in transit and are not used for training.

Other models

Jak zacząć

01

Doładuj swoje saldo

Dodaj środki przez USDT lub Epay. Jedno saldo działa we wszystkich modelach i dostawcach.

Doładuj teraz
02

Utwórz swój klucz API

Zarejestruj się i utwórz kompatybilny z OpenAI klucz API w 3 sekundy. Karta kredytowa nie jest wymagana.

Utwórz klucz API
03

Podłącz do swojego kodu lub agenta

Zamień na swój klucz APIMaster i base URL — działa z każdym narzędziem kompatybilnym z OpenAI: Claude Code, Cursor, LangChain, LiteLLM i więcej.

Zobacz dokumentację