Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
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 → Request Headers 复制两个值: → 复制 后面的 token → 复制整个 cookie 字符串 运行配置脚本: 按提示粘贴 JWT token 和 cookies 即可。 方法二:手动配置 创建 文件: 重要:确保 后面是从 Authorization header 提取的 JWT token! 启动服务 服务将在 http://localhost:3001 启动 测试 API bash 查看账户额度 curl http://localhost:3001/api/getlimit 生成歌词 curl -X POST http://localhos
| Stars | 64 |
| 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 |
Looking for a suno-api-private alternative? If you're comparing suno-api-private with other ai tool tools, these 2 projects are the closest alternatives on Agent Skills Hub — ranked by topic overlap, star count, and community traction.
Skip to content github / docs Code Issues 80 Pull requests 35 Discussions Actions Projects 2 Security Insights
.NET MAUI skills for GitHub Copilot and Claude Code
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 64 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 64 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.
The top alternatives to suno-api-private on Agent Skills Hub include redesigned-pancake, maui-skills. Each offers a different approach to the same problem space — compare them side-by-side by stars, quality score, and community activity.