1. Video
COCO API
  • Dreamina Seedance 2.0 series prompt guide
  • Model
    • List model video
      GET
    • List model image
      GET
    • List model audio
      GET
  • Video
    • Create video
      POST
    • Get video detail
      GET
  • Image
  • Schemas
    • ListModelVideoResponse
    • ListModelImageResponse
    • ListModelAudioResponse
    • CreateVideo
    • CreateVideoResponse
    • VideoDetailResponse
  1. Video

Create video

Developing
POST
/video

Request

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location '/video' \
--header 'Content-Type: application/json' \
--data '{
    "partnerModelId": "ep-20260824222535-8ddl9",
    "prompt": "A cat walking on the beach",
    "mode": 1,
    "resolution": 2,
    "ratio": 2,
    "duration": 1,
    "seconds": 4,
    "seed": -1,
    "outputFormat": "mp4",
    "outputSound": true,
    "watermark": false,
    "name": "Test Video",
    "webHookUrl": " https://unroving-ablush-mia.ngrok-free.dev"
}'
Response Response Example
{
    "id": "fc8bf191-d407-471b-a720-223d1da73255",
    "name": "Test Video",
    "statusText": "pending",
    "status": 0,
    "publicId": "fc8bf191-d407-471b-a720-223d1da73255",
    "url": "",
    "thumbnailUrl": "",
    "createdDate": "2026-08-28T09:47:27.501Z",
    "webHookUrl": " https://unroving-ablush-mia.ngrok-free.dev"
}
Modified at 2026-08-28 10:11:25
Previous
List model audio
Next
Get video detail
Built with