Перейти к основному содержанию
POST
/
suno
/
mp4
Suno Mp4
curl --request POST \
  --url https://api.acedata.cloud/suno/mp4 \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "audio_id": "<string>"
}
'
{
  "data": {
    "video_url": "https://cdn1.suno.ai/89a2a269-4cd6-4a29-8b56-f05d338bd3df.mp4"
  },
  "success": true
}

Авторизации

Authorization
string
header
обязательно

Заголовки

accept
enum<string>

Specifies the format of the response from the server. If not specified, the default format is application/json. If application/x-ndjson is specified, the response will be in newline-delimited JSON format, streaming the response chunk by chunk

Доступные опции:
application/json,
application/x-ndjson

Тело

application/json
audio_id
string
обязательно

The song id used to obtain the song mp4.

Ответ

OK, the request is successful.

data
object

Customize audio after get MP4.

success
boolean

The flag indicates the request is successful or not