GlobalAiOpc

Remove Subtitle - Create Task

Create a video remove-subtitle task by passing model and videoUrl; duration is resolved server-side

POST/kyyReactApiServer/v1/removeSubtitle/videos

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 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.

Request Parameters

modelbodystringrequired
Model name. Always pass sd2ManxueRemoveSubtitle.
videoUrlbodystringrequired
Video URL to process.
Notes:
  • Pass this together with model
  • The server resolves the video duration automatically
  • Use a publicly accessible video URL

Response Parameters

idstring
Unique identifier of the remove-subtitle task, used for subsequent status queries.
objectstring
Object type, always video.
createdinteger
Task creation timestamp.
modelstring
Model name used, for example sd2ManxueRemoveSubtitle.
statusstring
Task status:
  • queued - Queued
  • processing - Processing
  • completed - Completed
  • failed - Failed
errorstring
Error message, returned when status is failed.

Notes

Important:
  • Always pass model as sd2ManxueRemoveSubtitle
  • videoUrl is required
  • Duration is resolved server-side, so duration is not required