S

Suno AI

Music Generation

by Suno Inc.

AI music generation creating full songs with vocals, lyrics, and instrumentation from text prompts.

Official APIDocumentationFree: Free (50 credits/day)

Registration & API Key Steps

1

Create Suno Account

Sign up at suno.com with Discord, Google, or Microsoft.

Open link
2

Try Free Tier

Free: 50 credits/day (~5 songs). Explore before subscribing.

3

Subscribe for More

Pro ($10/mo) or Premier ($30/mo) for more credits and commercial use.

Open link
4

API via Third-Party

No official API. Use SunoAPI.org, GoAPI, or DuomiAPI for programmatic access.

Pricing

TierPriceFeatures
FreeFree (50 credits/day)~5 songs/day, Non-commercial, Shared queue
Pro$10/month ($8 annual)2,500 credits/mo (~250 songs), Commercial license, Priority
Premier$30/month ($24 annual)10,000 credits/mo (~1000 songs), Commercial, 8-min songs (v4.5)
Third-Party API~$0.02-$0.04/songREST API, Pay-as-you-go, Various providers

Application Tips

No Official API

All API solutions are third-party. Popular: SunoAPI.org, GoAPI, DuomiAPI.

Detailed Style Tags

Specify genre, mood, instruments, tempo for better results.

China Payment

Use DuomiAPI or shared accounts (~40 RMB/mo) accepting Alipay/WeChat.

China Access Solutions

Third-Party Services

DuomiAPI (duomiapi.com) supports Alipay and provides Suno API.

VPN

Access suno.com web interface via VPN.

Code Example

JavaScript / TypeScript
// Third-party Suno API example (no official API)
const response = await fetch('https://apibox.erweima.ai/api/suno/submit/music', {
  method: 'POST',
  headers: {
    'Content-Type': 'application/json',
    'Authorization': 'Bearer YOUR_API_KEY',
  },
  body: JSON.stringify({
    prompt: 'An upbeat indie pop song about summer',
    style: 'indie pop, acoustic guitar, upbeat',
    title: 'Summer Days',
    model: 'V4',
  }),
});
const { data } = await response.json();
console.log('Task ID:', data.taskId);

Rate Limits

TierLimits
Free50 credits/day
Pro2,500 credits/month
Premier10,000 credits/month

Recommended Use Cases

Background music for videosPodcast introsGame soundtracksSocial media contentCustom jingles
Last Updated: 2025-02

Related API Guides