Suno website screenshot

Suno

Suno is an AI music generation platform creating full songs (vocals + instrumentation) from natural language prompts. As of May 2026 Suno does NOT publish a sanctioned developer API. Public integrations are served by third-party aggregators (sunoapi.org, AIMLAPI, etc.) that wrap reverse-engineered access; some operate with formal SLAs but carry legal/operational risk and are not endorsed by Suno.

1 APIs 0 Features
AIMusic GenerationAudioGenerativeTTS

APIs

Suno via Third-Party Aggregators

Suno music generation is accessible through third-party aggregator APIs (e.g. sunoapi.org, AIMLAPI). These are not official Suno products and are not supported by Suno. Direct e...

Collections

Pricing Plans

Suno Plans Pricing

2 plans

PLANS

Rate Limits

Suno Rate Limits

1 limits

RATE LIMITS

FinOps

Suno Finops

FINOPS

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Suno API (sunoapi.org)
  version: 1.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Music
    type: folder
  items:
  - info:
      name: Generate music
      type: http
    http:
      method: POST
      url: https://api.sunoapi.org/api/v1/generate
      body:
        type: json
        data: '{}'
    docs: Creates a music generation task. Returns a taskId; results are delivered via the callBackUrl when ready (stream
      URLs in ~30-40s, downloadable URLs in 2-3 minutes). Exactly two songs are returned per successful task.
  - info:
      name: Get music generation details
      type: http
    http:
      method: GET
      url: https://api.sunoapi.org/api/v1/generate/record-info
      params:
      - name: taskId
        value: ''
        type: query
        description: The task ID returned from Generate Music or Extend Music.
    docs: Retrieve the status and audio results for a music generation task.
- info:
    name: Lyrics
    type: folder
  items:
  - info:
      name: Generate lyrics
      type: http
    http:
      method: POST
      url: https://api.sunoapi.org/api/v1/lyrics
      body:
        type: json
        data: '{}'
    docs: Submit a lyrics generation task. Returns a taskId; generated lyric variations are delivered to callBackUrl. Generated
      content persists for 15 days.
bundled: true