cURL - Query task result
Check the task status and retrieve the edited video.
Polling strategy
- Call Edit a video to get a
task_id. - Poll this endpoint every 15 seconds until
task_statusisSUCCEEDEDorFAILED. - On success, download the video from the
video_urlfield.
Notes
- URL expiration: The
video_urlexpires after 24 hours—download it promptly. - Task status flow:
PENDING→RUNNING→SUCCEEDEDorFAILED.
Authorizations
string
header
required
DashScope API Key. Create one in the Qwen Cloud console.
Path Parameters
string
required
Task identifier returned by the video editing creation endpoint.