Suno API - JWT Token Support 基于 gcui-art/suno-api 的改进版本 主要改进:支持直接使用 JWT Token 进行认证,解决 Clerk session 失效问题 🎯 为什么需要这个版本? 问题:原版 suno-api 依赖 Clerk session 进行认证,但 Clerk API 经常返回空 session(),导致 401 Unauthorized 错误。 解决方案:本版本支持直接从浏览器提取 JWT Token,跳过 Clerk 认证流程,稳定可靠。 ✨ 主要改进 ✅ 支持直接使用 JWT Token:从浏览器 Network 请求中提取 token,不再依赖 Clerk session ✅ 自动检测认证方式:如果 cookie 中有 token,自动使用;否则回退到 Clerk 认证 ✅ 更好的隐私保护:增强 规则,防止敏感数据泄露 ✅ 交互式配置脚本:提供 简化 token 配置流程 🚀 快速开始 安装依赖 获取 JWT Token(重要!) 方法一:使用交互式脚本(推荐) 在浏览器中访问 https://suno.com/create 并登录 按 打开开发者工具 切换到 Network 标签 在页面上点击输入框(触发 API 请求) 在 Network 列表中找到 的请求 点击请求 → Headers →...
| Stars | 65 |
| Forks | 14 |
| Language | TypeScript |
| Category | AI Tool |
| License | LGPL-3.0 |
| Quality Score | 57.2603999448657/100 |
| Open Issues | 1 |
| Last Updated | 2026-01-24 |
| Created | 2026-01-24 |
| Platforms | node |
| Est. Tokens | ~15k |
Explore other popular ai tool tools:
suno-api-private is Suno API with JWT token authentication support. It is categorized as a AI Tool with 65 GitHub stars.
suno-api-private is primarily written in TypeScript.
You can find installation instructions and usage details in the suno-api-private GitHub repository at github.com/joeseesun/suno-api-private. The project has 65 stars and 14 forks, indicating an active community.
suno-api-private is released under the LGPL-3.0 license, making it free to use and modify according to the license terms.