POST
/
v1
/
singing
/
generate-subtitles-video
V1 Generate subtitles video
curl --request POST \
  --url https://api.topmediai.com/v1/singing/generate-subtitles-video \
  --header 'Content-Type: application/json' \
  --data '{
  "video_url": "<string>"
}'
"<any>"

Headers

x-api-key
string

Body

application/json
video_url
string
required

The URL of the video that requires subtitle information to be added.

Response

Successful Response

The response is of type any.