Suno V5.5 API is now available
sunor
Sound & Music Aggregated API Platform

Build with AI Music & Audio

Pay-as-you-go access to AI music generation models. Simple REST API, transparent pricing, no subscriptions required.

25 free credits on signup — no credit card required.

Why sunor?

Everything you need to integrate AI music into your product.

Pay-as-you-go
No subscriptions, no monthly fees. Purchase credits and pay only for what you use. Start with as little as $5.
Developer-friendly API
Clean REST API with comprehensive documentation. Simple authentication and async task processing.
Multiple Models
Access AI music models like Suno through one unified API. More providers coming soon.
Powered by Suno V5.5

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 prompts
lyricsGenerate lyrics for music creation
uploadUpload audio files for processing
concatConcatenate or extend existing songs
New · Udio

Udio 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).

Suno Model
Task TypeCreditsPrice (USD)
Music Generation10$0.10
Lyrics Generation5$0.05
Audio Upload1$0.01
Concat / Extend5$0.05
Udio Model
Task TypeCreditsPrice (USD)
Music Generation5$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.

Create a music generation task
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]

Coming Soon

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.