Why sunor?
Everything you need to integrate AI music into your product.
Suno API
Unofficial Suno API — not affiliated with Suno Inc.
Generate music, lyrics, and more through a simple API. Now running Suno V5.5 — the latest model with improved audio quality and vocals.
- Music generation with text prompts
- Custom lyrics generation
- Audio file upload
- Song concatenation / extension
Capabilities
Available task types for the Suno model
musicGenerate full songs from text promptslyricsGenerate lyrics for music creationuploadUpload audio files for processingconcatConcatenate or extend existing songsUdio API
Unofficial Udio API — not affiliated with Udio Inc.
A second model in the same API. Pass "model": "udio" for Udio's distinctive vocal delivery and production polish.
- Music generation from short prompts
- User-supplied lyrics or instrumental
- 5 credits per generation ($0.05)
- Same auth and task pipeline as Suno
Capabilities
Available task types for the Udio model
musicGenerate full songs from text prompts (regular mode)More Udio task types (extend, remix, lyrics) coming as they become available.
Simple, transparent pricing
1 credit = $0.01 USD. Minimum top-up: $5 (500 credits).
| Task Type | Credits | Price (USD) |
|---|---|---|
| Music Generation | 10 | $0.10 |
| Lyrics Generation | 5 | $0.05 |
| Audio Upload | 1 | $0.01 |
| Concat / Extend | 5 | $0.05 |
| Task Type | Credits | Price (USD) |
|---|---|---|
| Music Generation | 5 | $0.05 |
Pay with cryptocurrency — credit cards not currently supported.
Get started in minutes
A single API call is all you need to generate music.
curl -X POST https://sunor.cc/api/v1/task \
-H "x-api-key: sk_live_your_key" \
-H "Content-Type: application/json" \
-d '{
"model": "suno",
"task_type": "music",
"input": {
"gpt_description_prompt": "upbeat electronic dance track",
"make_instrumental": false
}
}'Check out the API documentation for the full reference.
Frequently Asked Questions
What is Sunor?
Sunor is a unified REST API for Suno, Udio, and other AI music generation models — without a Suno or Udio account. Pay-as-you-go credits, instant API keys.
Do I need a Suno or Udio account to use Sunor?
No — you only need a sunor.cc API key. Sign up, create your key, and start making requests. Sunor handles the rest.
How do I get a Sunor API key?
Sign in at sunor.cc/login, open your dashboard, and create a key under "API Keys". The key (format: sk_live_...) is shown only once — save it right away. New accounts get 25 free credits; for a detailed walkthrough, see How to Get a Suno API Key.
Does Suno have an API yet?
No. Suno doesn't offer a public API yet. Sunor provides an unofficial REST API to Suno and Udio — pay-as-you-go credits, no Suno account required.
What happened to Suno AI?
Suno AI is still operating and continues releasing new music generation models. Sunor provides a REST API to access Suno and Udio with pay-as-you-go credits.
Where can I find Sunor API documentation?
Full API reference is at docs.sunor.cc — endpoints, authentication, rate limits, errors, and code examples in cURL, Python, and JavaScript.
Does Sunor have a Python SDK?
A Python SDK is coming soon. For now, Sunor uses standard REST endpoints — any HTTP library works (e.g., requests in Python, fetch in JavaScript). Code examples at docs.sunor.cc/api-reference.
How is Sunor different from open-source projects like gcui-art/suno-api?
Open-source projects like gcui-art/suno-api require Suno cookies and self-hosting. Sunor is a fully managed API — just an API key, no Suno account or infrastructure to maintain.
Ready to build with AI music?
Create your account and get 25 free credits to start generating music in minutes.
Questions? Join our Telegram or email [email protected]
More models on the way
We are actively integrating more sound and music AI models. Stay tuned for new providers, new capabilities, and expanded audio generation options — all through the same unified API.