- Seedance 2.0
- Seedance 2.0 Fast
- Submit a video generation request
- Receive a
task_id - Poll the task endpoint for progress and final results
- Retrieve the generated video URL when the task succeeds
Base URL
Supported Models
seedance_2_0seedance_2_0_fast
Authentication
All API requests require Bearer token authentication:Response Format
All endpoints return a unified response envelope:Response Fields
| Field | Type | Description |
|---|---|---|
code | integer | 200 indicates success. Any non-200 value indicates failure. |
trace_id | string | Request trace ID for debugging and support. |
message | string | Response message. Contains error details when the request fails. |
data | object | null | Endpoint-specific response payload. |
What to Expect in v1
The initial release is focused on a simple and reliable API workflow for Seedance video generation. Current public capabilities include:- creating a video generation task
- retrieving task status and final result
- purchasing API Credits
- creating and managing API keys
- viewing API credits usage in the Loova API Dashboard