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

[Question] Is this a real keep-alive service?

Open kilosonc opened this issue 3 months ago • 6 comments

Hello guys, thanks for your amazing work. But I have to ask, is this a service which could keep running? Cause I noticed this project used cookie which expires in 7 days.

curl -H "cookie: ..." https://clerk.suno.ai/v1/client\?_clerk_js_version\=4.70.5 | jq .

{
  "response": {
    "sessions": [
      {
        "expire_at": 1712040580998,
        "abandon_at": 1714027780998,
        "last_active_at": 1711454082099,
  ...
}

So could we use a discord bot like this project https://github.com/erictik/midjourney-api

Many thanks!

kilosonc avatar Apr 01 '24 08:04 kilosonc