メインコンテンツへスキップ
POST
/
suno
/
timing
Suno Timing
curl --request POST \
  --url https://api.acedata.cloud/suno/timing \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "audio_id": "<string>"
}
'
{
  "data": {
    "audio_id": "eae26f89-b64b-404d-a80c-761996660b1c"
  },
  "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 audio id which used to generate the music audio continued from existing audio.

レスポンス

OK, the request is successful.

data
object

Customize audio after upload.

success
boolean

The flag indicates the request is successful or not