cURL - Query task result
Check task status and retrieve video editing results.
Polling strategy
- Submit a task via Edit a video and save the returned
task_id. - Poll every 15 seconds until
task_statusreachesSUCCEEDEDorFAILED. - On success, retrieve the video from
video_url.
Notes
- URL expiration: Download within 24 hours --
video_urlexpires after that. - Status flow:
PENDING->RUNNING->SUCCEEDED/FAILED.
Authorizations
string
header
required
DashScope API Key. Get one from the Qwen Cloud console.
Path Parameters
string
required
Task ID from the submit response.