Suno V5.5 API が利用可能になりました
sunor

API Playground

Test the sunor API directly in your browser. Enter your API key and configure a task below.

Configuration

Log in to get an API key from your dashboard.

Sign up to get 25 free credits and start generating.

Describe the music you want to generate. AI will write lyrics and choose a style.

Quick Reference

Credit Costs

  • Suno Music: 10 credits
  • Suno Lyrics: 5 credits
  • Suno Audio Upload: 1 credit
  • Udio Music: 5 credits

API Endpoint

POST /api/v1/task

Authentication

Pass your API key via the x-api-key header.

cURL Example
curl -X POST \
  https://sunor.cc/api/v1/task \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_KEY" \
  -d '{
    "model": "suno",
    "task_type": "music",
    "input": {
      "gpt_description_prompt": "A chill lo-fi beat",
      "make_instrumental": true
    }
  }'