跳转到主要内容
POST
/
suno
/
act
/
vox
/
{clip_id}
cURL
curl --request POST \
  --url https://proxy.innk.cc/suno/act/vox/{clip_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "vocal_start_s": 18,
  "vocal_end_s": 30
}
'
{
  "id": "507acd16-8b84-4e55-be2b-4329d82efb26"
}

授权

Authorization
string
header
必填

身份验证标头格式为 Bearer <API_KEY>,其中 <API_KEY> 是您的API令牌。

路径参数

clip_id
string
必填

Song ID

请求体

application/json
vocal_start_s
number
示例:

18

vocal_end_s
number
示例:

30

响应

200 - application/json

successful response

id
string
示例:

"507acd16-8b84-4e55-be2b-4329d82efb26"