Get Video Task Status
GET /v1/videos/{task_id}
**Get Video Task Status **
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
task_id (path) | string | Required | VideoTask ID |
Request Example
{
"path": {
"task_id": "string"
}
}
Response Fields(200)
| Field Name | Type | Description |
|---|---|---|
id | string | - |
object | string | - |
model | string | - |
status | string | - |
progress | integer | - |
created_at | integer | - |
seconds | string | - |