Maxim Karpovich

Results 5 comments of Maxim Karpovich

@yeetmaster69 @Exoplanetarium The `/api/generate` request handles "prompt" and other parameters in its body, not in the endpoint. Probably you should try including "prompt", booleans for "make_instrumental" and "wait_audio" in the...

@Exoplanetarium the `/api/generate` works as expected right now if you properly set the `SUNO_COOKIE` in the `.env` file. You may check correctness of `SUNO_COOKIE` by calling `api/get_limit` query, and in...

@Exoplanetarium commit here 14e843a should fix the error logging for you. In the current API version it logs `Error generating custom audio` every time it encounters any error but without...

Make sure you have only one `.env` file in the repository root. As for the cookie itself, as I've said before, the contents of the `.env` file should look like...

@tasimski On suno.com when tapping the "Download .wav Audio" button, the `/api/gen//convert_wav/` request is sent. After that, their job is checking whether the .wav audio is ready by calling `api/gen//wav_file/`...