# Provider Notes

A. Generate music
You can generate music through scenarios 1, 2, or 3 and use a resulting clip_id such as 54834687-5e79-4f08-8e14-cf188f15b598.

This section contains endpoint-specific behavior, parameters, or usage notes for this API.
Can be used across accounts.
get {{BASE\_URL}}/suno/act/timing/a624123d-22cc-4d4d-bf28-78d312f61597

{
"aligned\_words": [
{
"word": "[Verse]\nWinter ",
"success": true,
"start\_s": 8.38,
"end\_s": 8.78,
"p\_align": 0.982
},
{
"word": "winds ",
"success": true,
"start\_s": 8.78,
"end\_s": 9.54,
"p\_align": 0.961
},
{
"word": "they ",
"success": true,
"start\_s": 9.54,
"end\_s": 9.93,
"p\_align": 0.99
},
{
"word": "cut ",
"success": true,
"start\_s": 9.93,
"end\_s": 10.41,
"p\_align": 0.998
},
{
"word": "so ",
"success": true,
"start\_s": 10.41,
"end\_s": 10.93,
"p\_align": 0.996
},
{
"word": "deep\n",
"success": true,
"start\_s": 10.93,
"end\_s": 11.93,
"p\_align": 0.997
},
....
],
"waveform\_data": [
0.001, 0.00109, 0.04219, 0.03597, ....
],
"hoot\_cer": 0.03556771545827633,
"is\_streamed": false
}
