Hi there,
I've noticed that after generating several songs using the Suno API, I'm being prompted with a CAPTCHA (bot verification). I understand this is likely part of an anti-bot or rate-limiting mechanism.
Is there any recommended way to bypass or handle the CAPTCHA flow when generating multiple songs programmatically?
For example, is it possible to re-use a session or authorization token that has already passed the CAPTCHA once?
Would appreciate any guidance or best practices for keeping a stable connection without triggering bot detection too often.
Thanks in advance!