POST
/
v1
/
singing
/
generate
V1 Generate Singing Photo Maker
curl --request POST \
  --url https://api.topmediai.com/v1/singing/generate \
  --header 'Content-Type: application/json' \
  --data '{
  "audio_url": "<string>",
  "image_url": "<string>"
}'
"<any>"

Headers

x-api-key
string

Body

application/json
audio_url
string
required

URL of the audio file. Supported: MP3/WAV/M4A. Quality: clear voice, minimal noise. Duration must be between 2–30 seconds (business validation will enforce).

image_url
string
required

URL of the photo. Supported: JPG/PNG/JFIF. Recommended: clear, frontal face. Max size 4.7 MB (business validation will enforce).

Response

Successful Response

The response is of type any.