cURL
curl --request POST \ --url https://api.topmediai.com/v1/singing/generate-subtitles-video \ --header 'Content-Type: application/json' \ --data ' { "video_url": "<string>" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Videos with special subtitles generated.
The URL of the video that requires subtitle information to be added.
Successful Response