Skip to main content
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"
}

Authorizations

Authorization
string
header
required

The authentication header format is Bearer <API_KEY>, where <API_KEY> is your API token.

Path Parameters

clip_id
string
required

Song ID

Body

application/json
vocal_start_s
number
Example:

18

vocal_end_s
number
Example:

30

Response

200 - application/json

successful response

id
string
Example:

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