Create Video Generation Task
doubao-seedance-2-0-fast-260128 Create Video Generation Task API
Creates a standard video generation task. The model parameter is fixed to doubao-seedance-2-0-fast-260128.
Authorization
BearerAuth
Model relay interface recognition. Request heading: Autoration: Bearer .
In: header
Model name, the actual available value is based on /v1/Models or the rear channel configuration.
"doubao-seedance-2-0-fast-260128""doubao-seedance-2-0-260128" | "doubao-seedance-2-0-fast-260128"A hint. Range: 1 to 200000 characters, with a specific upper limit based on the model official interface.
Single reference URL, Base64 or multipart file field.
Multiple URLs or Base64 arrays. Scope: At least one, with a ceiling based on the model official interface.
Length, unit seconds. Scope: greater than 0; recommendations 4 to 60, with final caps based on the model official interface.
1 <= valuecompatible long field, in seconds; metadata.duration is overridden when you exist. Range: positive integer string.
Seedance 2.0 vendor-specific options.
Response Body
application/json
application/json
curl -X POST "https://api.tokaify.com/v1/video/generations" \ -H "Content-Type: application/json" \ -d '{ "model": "doubao-seedance-2-0-fast-260128", "prompt": "A cinematic tracking shot of a vintage convertible driving along a seaside road at sunrise." }'{
"id": "task_123456",
"task_id": "task_123456",
"object": "video",
"model": "doubao-seedance-2-0-fast-260128",
"status": "queued",
"progress": 0,
"created_at": 1760000000
}{
"error": null,
"message": "success"
}How is this guide?
Last updated on