GlobalAiOpc
DigitalHuman - Query Task
Query a digital human video task status and result
DigitalHuman Query Task
Use the
id returned by the create task API to query the digital human video task status and result.认证
获取 KeyAll requests must include a Bearer token in the request header:
cURL
Authorization: Bearer {{key}}
Base URL
https://zcbservice.aizfw.cn/kyyReactApiServerbaseUrl is the shared prefix for all public APIs. The api field in the current page frontmatter shows the full endpoint. Use this baseUrl as the common prefix when reading or composing request paths.Path Parameters
idstringrequiredDigital human video task ID returned by the create task API.
Response Parameters
idstringTask ID.
objectstringObject type, fixed as
video.createdintegerTask creation timestamp.
modelstringModel name used by the task.
statusstringTask status:
queued, processing, completed, or failed.video_urlstringGenerated video URL, returned after the task is completed.
md5stringMD5 value of the generated file, returned after the task is completed.
errorstringError message, returned when the task fails.
Polling
Query every
5-10 seconds. Stop polling when the status becomes completed or failed.