Skip to main content
POST
/
v1
/
cover
V1 Cover Singer
curl --request POST \
  --url https://api.topmediai.com/v1/cover \
  --header 'Content-Type: multipart/form-data' \
  --form 'singer_id=<string>' \
  --form youtube_url= \
  --form tran=0 \
  --form 'file=<string>' \
  --form is_custom_singer=false \
  --form file.0='@example-file'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

x-api-key
string

Body

multipart/form-data
singer_id
required

Singer ID, If you input the custom model training ID, please use the string format.

youtube_url
string | null
default:""

Youtube Link

tran
integer | null
default:0

Adjusting the tone

file
file | null

File stream

is_custom_singer
boolean | null
default:false

Use custom singer

Response

Successful Response