Skip to main content
POST
/
suno
/
act
/
vox
/
{clip_id}
获取 vox
curl --request POST \
  --url https://api.deerapi.com/suno/act/vox/{clip_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "clip_id": "29e72f69-f535-4e17-8695-72fef7f167b9"
}
'
{
  "id": "<string>",
  "source_clip_id": "<string>",
  "status": "<string>",
  "vocal_audio_url": "<string>",
  "vocal_end_s": 123,
  "vocal_start_s": 123,
  "wave_response": {
    "waveform_aggregates": [
      {
        "data": [
          [
            123
          ]
        ],
        "mip_map_level": 123
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Use your DeerAPI key.

Headers

Content-Type
string

Path Parameters

clip_id
string
required

Body

application/json
clip_id
string
default:example
required

Response

200 - application/json

成功

id
string
required
source_clip_id
string
required
status
string
required
vocal_audio_url
string
required
vocal_end_s
integer
required
vocal_start_s
integer
required
wave_response
object
required