cURL - Query task result
Poll task status and download the video when ready.
Polling strategy
- Save the
task_idfrom the submit response. - Poll this endpoint every 15 seconds until
task_statusisSUCCEEDEDorFAILED. - Download the video from
video_urlwithin 24 hours -- the URL expires after that.
Authorizations
string
header
required
DashScope API Key. Get one from the Qwen Cloud console.
Path Parameters
string
required
Task ID from the POST response.