GET
/
doubao
/
video
/
{taskId}
curl -X GET https://api.example.com/doubao/video/task_123456 \
  -H "Authorization: Bearer YOUR_API_KEY"
Query the information of a Doubao video generation task.

Path Parameters

taskId
string
required
Task ID.
curl -X GET https://api.example.com/doubao/video/task_123456 \
  -H "Authorization: Bearer YOUR_API_KEY"