Commit Graph
51 Commits
Author SHA1 Message Date
LordSkare 3a8a0a8309 update chirp v.3.5 2024-05-31 00:10:16 +05:00
swumagicandGitHub 0491386f47 Update SunoApi.ts
4.72.4 up 4.73.2
2024-05-29 05:08:21 +08:00
blueeonandGitHub 9ebcfc48fb Merge pull request #86 from jonico/patch-1
feat: 60 s timeout for custom_generate endpoint to give more time for synchronous song creation on Vercel deployments
2024-05-26 21:14:31 +08:00
Johannes NicolaiandGitHub b4704cd2b2 feat: 60 s timeout for custom_generate endpoint
* increased timeout for custom_generate to 60 s
* prevents many timeouts if wait_audio is set to true on Vercel
* highest possible value to work in all Vercel tiers
2024-05-24 14:26:26 +02:00
Ted Schaefer 3897c87a4d Add missing null check in get clip. 2024-05-21 22:29:59 -07:00
blueeonandGitHub a7a5e842fc Merge branch 'main' into add-get-clip-route 2024-05-20 14:09:31 +08:00
blueeonandGitHub 2bd9ab673b Merge pull request #79 from alifhughes/concat-endpoint
Add concat endpoint to "get whole song" from an extension
2024-05-20 14:07:41 +08:00
swumagicandGitHub d2acd138e4 Update SunoApi.ts
4.72.2 up4.72.4
2024-05-19 00:30:43 +08:00
Alistair Hughes 95b7a773f0 added docs 2024-05-16 22:55:51 +01:00
Alistair Hughes 8cf877f657 add concat endpoint 2024-05-15 19:25:09 +01:00
Alistair Hughes cde08a133f update docs 2024-05-14 18:01:12 +01:00
Alistair Hughes 164fd70b63 reset changes 2024-05-12 17:16:09 +01:00
Alistair Hughes 088d9abee3 add missing file 2024-05-12 17:15:48 +01:00
Alistair Hughes b77bfc71f1 added get clip route 2024-05-12 17:12:24 +01:00
blueeon dd5a5208de feat: add extend api
- Added extend API
- Added documentation for extend API
2024-04-27 17:58:27 +08:00
Nick Budzban 72e5479e8f fix the docker path 2024-04-26 23:15:04 -05:00
blueeon 584ed42b05 🐞 fix: update url
Suno has updated the URL for session updates.
2024-04-20 21:31:39 +08:00
Andy FangandGitHub 0e74223756 Update SunoApi.ts: Hotfix for CLERK_BASE_URL
from `clerk.suno.ai` to `clerk.suno.com`
2024-04-10 12:54:19 +08:00
GitPusher99 6a9de6d059 feat: support cors 2024-04-05 00:22:44 +08:00
blueeon 7e34a3f5d9 docs: Add documentation for the new API
Add documentation for the new API, change the API response to English.
2024-04-04 13:38:45 +08:00
GitPusher99 3843495b7c feat: add /v1/chat/completions 2024-04-04 11:12:25 +08:00
blueeon 9f537a10de 📃 docs: update docs 2024-03-31 17:01:56 +08:00
blueeon b3be1185a9 feat: Add new API
- Add a new API generate_lyrics.
- Update the documentation.
- Modify the API version.
2024-03-31 16:44:07 +08:00
blueeon 721bfecb77 fix: Optimize the logic for session ID validation and improve error messages. 2024-03-31 15:02:39 +08:00
GitPusher99 7f760b4dd3 fix: resolve runtime error 2024-03-30 00:11:23 +08:00
blueeon c30a11744d refactor: Optimize code comments. 2024-03-29 11:41:27 +08:00
blueeon d7e879dda3 feat:Replace the new demo link 2024-03-29 11:31:35 +08:00
blueeon b719a61306 feat: add Analytics 2024-03-29 10:52:07 +08:00
blueeon 691efcd8b7 feat: update favicon 2024-03-29 01:04:07 +08:00
blueeon b3ba4b77f7 refactor: Refine layout metadata and remove social media links from README 2024-03-29 00:55:02 +08:00
blueeon 6551bb7ec9 docs: update readme.md 2024-03-29 00:14:52 +08:00
blueeon db007c3c6c fix: update token refresh method 2024-03-28 23:41:25 +08:00
blueeon f22273e351 fix: update svg 2024-03-28 23:14:21 +08:00
GitPusher99 f20b892dd0 fix: refresh token 2024-03-28 23:06:29 +08:00
GitPusher99 de883ca5fb fix: refresh token 2024-03-28 23:04:20 +08:00
blueeon 22d41d7b6c fix: change api to dynamic 2024-03-28 22:00:33 +08:00
blueeon 94a65d6324 feat: update landing page 2024-03-28 21:16:30 +08:00
blueeon eb189f26f1 refactor: Refactor footer and documentation page styles for improved readability
and aesthetics.
2024-03-28 18:39:45 +08:00
blueeon 0a867ebb2d feat: Optimize page style & add Markdown support. 2024-03-28 17:57:24 +08:00
GitPusher99 179669e399 feat: optimize code 2024-03-28 16:21:15 +08:00
GitPusher99 7bcf16207a feat: adjust keepAlive token 2024-03-28 16:08:13 +08:00
GitPusher99 12604fe17e feat: remove useless code 2024-03-28 15:57:35 +08:00
GitPusher99 d229d741f4 feat: resolve conflict 2024-03-28 15:48:16 +08:00
blueeon 79ab827549 feat: add swagger api doc 2024-03-28 14:15:24 +08:00
GitPusher99 d3160ce5f9 feat: optimize code 2024-03-28 13:21:33 +08:00
blueeon 2a309f87a7 feat: Add pino-pretty logging and update SunoApi methods
Introduce pino-pretty for improved logging and update SunoApi methods to
incorporate new functionalities for generating custom audios, retrieving
audio information, and obtaining credit details. The new pino-pretty
logging enhances readability and provides better insights into
application behavior. These changes align with the broader goal of
enhancing developer experience and maintaining application stability.

#N/A
2024-03-28 11:50:10 +08:00
blueeon 0fcf77df6d feat: Add new dependencies and SunoApi class for audio generation
functionality

Added new dependencies for axios, pino, and user-agents in the
package.json and pnpm-lock.yaml files to support audio generation
functionality. Additionally, implemented a new SunoApi class in the lib
directory to handle the audio generation process, including functions
for generating, customizing, and retrieving audio content from the
Suno.ai API. This addresses the need for enhanced audio processing
capabilities and lays the groundwork for efficient integration with the
Suno.ai API. No issues are associated with these additions.
2024-03-28 03:35:22 +08:00
blueeon 12f31cb3ea docs: update readme 2024-03-27 22:55:14 +08:00
blueeon f8b40fe59e docs: update readme 2024-03-27 21:37:40 +08:00
yangke e94f7ee71d Initial commit 2024-03-27 17:52:09 +08:00