Skip to main content
GET
/
suno
/
act
/
timing
/
{clip_id}
cURL
curl --request GET \
  --url https://proxy.innk.cc/suno/act/timing/{clip_id} \
  --header 'Authorization: Bearer <token>'
{
  "aligned_words": [
    {
      "word": "<string>",
      "success": true,
      "start_s": 123,
      "end_s": 123,
      "p_align": 123
    }
  ],
  "waveform_data": [
    123
  ],
  "hoot_cer": 123,
  "is_streamed": true
}

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

Response

200 - application/json

successful response

aligned_words
object[]
required
waveform_data
(number | integer)[]
required
hoot_cer
integer
required
is_streamed
boolean
required