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

Get video detail

Developing
GET
video/{publicId}

Request

Authorization
API Key
Add parameter in header
apiKey
Example:
apiKey: ********************
or
Path Params

Responses

🟢200Success
application/json
Bodyapplication/json

Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'video/' \
--header 'apiKey: <api-key>'
Response Response Example
{
    "publicId": "string",
    "name": "string",
    "statusText": "string",
    "status": 0,
    "url": "string",
    "createdDate": "string",
    "thumbnailUrl": "string",
    "lastStatus": "string",
    "lastUpdated": "string"
}
Modified at 2026-08-28 10:20:56
Previous
Create video
Next
ListModelVideoResponse
Built with