v1
latestOpenAPI 3.0.32026-07-241112213.6 KBQuery Task
Poll task status and outputs by taskId. Output fields are empty until the task succeeds. On success, returns the output video URL, cover URL, file IDs, and dimension info.
get/v1/common-task/video-object-remove/query
Query parameters
taskIdstring required
Task ID returned from the submit endpoint
needCloudFrontUrlboolean
When true, outputVideoUrl and outputCoverUrl prefer CloudFront URLs for acceleration. Default false.
Headers
Topview-Uidstring required
User ID, must match the task owner
Authorizationstring required
API Key for authentication
Response
Task query successful
Example response
{
"code": "200",
"message": "Success"
}