跳转到主要内容
GET
https://zx1.deepwl.net
/
v1
/
videos
/
{task_id}
Domestic Video Model Query
curl --request GET \
  --url https://zx1.deepwl.net/v1/videos/{task_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "object": "<string>",
  "model": "<string>",
  "status": "<string>",
  "progress": 123,
  "created_at": 123,
  "completed_at": 123,
  "expires_at": 123,
  "seconds": "<string>",
  "size": "<string>",
  "video_url": "<string>",
  "error": {}
}

Documentation Index

Fetch the complete documentation index at: https://doc.deepwl.cn/llms.txt

Use this file to discover all available pages before exploring further.

Domestic Video Model Query

Method and Path

GET /v1/videos/{task_id}

Response Fields

id
string
Task ID.
object
string
Fixed as video.
model
string
Model name.
status
string
Task status; common values include queued, processing, completed, failed, and cancelled.
progress
integer
Progress percentage.
created_at
integer
Creation timestamp.
completed_at
integer
Completion timestamp.
expires_at
integer
Result expiration timestamp.
seconds
string
Output duration.
size
string
Output size.
video_url
string
Video URL.
error
object
Error information.

Content Retrieval

GET /v1/videos/{task_id}/content