MaiopcMaiopc
Maiopc

Remove Subtitle - Query Task

Query the status and result of a remove-subtitle task

GET/kyyReactApiServer/v1/result/{id}

Remove Subtitle Query Task

Use the task ID to query the status and result of a remove-subtitle task.

Authentication

Authentication

Get Key
All requests require a Bearer token in the request header:
cURL
Authorization: Bearer {{key}}

Base URL

https://zcbservice.aizfw.cn/kyyReactApiServer
baseUrl 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

idstringrequired
Unique identifier of the remove-subtitle task, returned by the create task API.
The create API returns the field id directly. Use that value as the id here.

Response Parameters

idstring
Unique identifier of the remove-subtitle task.
objectstring
Object type, always video.
createdinteger
Task creation timestamp.
statusstring
Task status:
  • queued - Queued
  • processing - Processing
  • completed - Completed
  • failed - Failed
videoUrlstring
The video URL after subtitle removal, returned when the task is completed.
amountnumber
Amount charged for this task, returned in the result response.
errorstring
Error message, returned when the task is failed.

Status Flow

queued

The task has been created and added to the queue.

processing

The remove-subtitle task is being processed.

completed

The task has completed successfully and the result is available through videoUrl.

Polling Recommendations

Polling strategy:
  • Recommended polling interval: 30-60 seconds
  • Avoid aggressive polling to reduce the risk of rate limiting
  • Stop polling when the status becomes completed or failed

Result Notes

Important:
  • Generated result URLs are usually temporary, so save them promptly
  • If the input video URL is inaccessible or the video is not supported, the task may fail
  • Output resolution generally follows the input resolution; if the input resolution is higher than 1080p, the output defaults to 1080p