suno-api
suno-api copied to clipboard
The get without id only gets the last 20 tracks
Is there a way to use the /api/get to get more than 20 tracks?
Yes. There’s a parameter for control, but it hasn’t been rolled out yet. Maybe next week, if we find the time, we could tackle it. If you’re up for it, you could also pitch in for the research.
HI, any updates on that?
any news? is it possible to get more the last 20 items? i am willing to help to move this forward
Just took a different approach.
When you create a track sometimes the audio link gives an error and will not work. So in my script, I scan the last 20 IDs each time two more are created, the fill in the ones missing. If you do it 10 times (10 X 2 = 20), it is obvious that the audio link will work at least once out of 10 times.