Base URL: https://lingscan.com · BYOK:会员账号需配置 AI Key,API 调用按套餐配额计费
Header: X-API-Key: lz_live_xxxxxxxx 或 Authorization: Bearer lz_live_xxx
网站登录 → 我的账户 → 创建 API Key(需 Creator 及以上会员)
上传音频,返回完整专业分析报告 + Suno 复刻 Prompt + 扒带/工程术语。
curl -X POST https://lingscan.com/api/v1/analyze \ -H "X-API-Key: lz_live_xxx" \ -F "file=@track.mp3"
链接分析:YouTube、B站、Spotify、Apple Music、SoundCloud、网易云等。
curl -X POST https://lingscan.com/api/v1/analyze/url \
-H "X-API-Key: lz_live_xxx" \
-H "Content-Type: application/json" \
-d '{"url":"https://www.youtube.com/watch?v=..."}'
批量链接分析。Creator 最多 10 条/次,Producer 30 条/次。
查询本月 API 用量与配额。
X-Embed-Key: lz_embed_xxx — DAW 插件内嵌、白标集成。联系站长开通。
| 套餐 | API/月 | 批量上限 |
|---|---|---|
| Creator | 1,000 | 10 |
| Producer | 10,000 | 30 |
| Enterprise | 无限 | 100 |
实际配额以后台运营配置为准。