suno-api icon indicating copy to clipboard operation
suno-api copied to clipboard

The get without id only gets the last 20 tracks

Open ElegantRivers opened this issue 10 months ago • 4 comments

Is there a way to use the /api/get to get more than 20 tracks?

ElegantRivers avatar Apr 27 '24 15:04 ElegantRivers

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.

blueeon avatar Apr 27 '24 15:04 blueeon

HI, any updates on that?

Yan-Nirenberg-FTV avatar Jun 27 '24 13:06 Yan-Nirenberg-FTV

any news? is it possible to get more the last 20 items? i am willing to help to move this forward

werneroi avatar Jul 11 '24 08:07 werneroi

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.

ElegantRivers avatar Oct 09 '24 19:10 ElegantRivers