Skip to main content
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>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

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