mingyan
Remove Subtitle - Create Task
Create a video remove-subtitle task by passing model and videoUrl; duration is resolved server-side
Remove Subtitle Create Task
Create a video remove-subtitle task through
removeSubtitle. Pass model and videoUrl in the request body, and always use sd2ManxueRemoveSubtitle as the model name.Authentication
Authentication
Get KeyAll requests require a Bearer token in the request header:
cURL
Authorization: Bearer {{key}}
Base URL
https://zcbservice.aizfw.cn/kyyReactApiServerbaseUrl 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.Request Parameters
modelbodystringrequiredModel name. Always pass
sd2ManxueRemoveSubtitle.videoUrlbodystringrequiredVideo URL to process.
Notes:
- Pass this together with
model - The server resolves the video duration automatically
- Use a publicly accessible video URL
Response Parameters
idstringUnique identifier of the remove-subtitle task, used for subsequent status queries.
objectstringObject type, always
video.createdintegerTask creation timestamp.
modelstringModel name used, for example
sd2ManxueRemoveSubtitle.statusstringTask status:
queued- Queuedprocessing- Processingcompleted- Completedfailed- Failed
errorstringError message, returned when status is
failed.Notes
Important:
- Always pass
modelassd2ManxueRemoveSubtitle videoUrlis required- Duration is resolved server-side, so
durationis not required

