ToolAssay

AI music generation from a text prompt

AI music generation from a text prompt. Creates a complete original song with vocals, melody, and full arrangement as a finished MP3, not a loop or preview. Describe genre, mood, instrumentation, and tempo, supply your own lyrics, request an instrumental, or pin a style tag. Use for soundtracks under video, release-ready artist tracks, podcast and game themes, and demo sketches. Async: poll songId until model_version leaves 'pending'.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
469 msmedian answer time
$0.5listed price per call
$0.5price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://app.suedeai.ai/create-music

CategoryImage and media
Provider hostapp.suedeai.ai
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days17 from 6 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.5 469 ms

Example input (from the provider)

{
  "body": {
    "custom_mode": false,
    "lyrics": "<lyrics>",
    "make_instrumental": false,
    "prompt": "<prompt>",
    "style": "<style>",
    "tags": "<tags>",
    "vocal_gender": "m"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "custom_mode": {
              "description": "Set to true to use your own lyrics provided in the 'lyrics' field.",
              "type": "boolean"
            },
            "lyrics": {
              "description": "Your custom lyrics. Required if custom_mode is true.",
              "type": "string"
            },
            "make_instrumental": {
              "description": "If true, generates a track without vocals.",
              "type": "boolean"
            },
            "prompt": {
              "description": "Describe the song you want to create. Include genre, mood, instruments, and any specific vibe. Example: 'Upbeat 80s synthwave with driving bass and neon atmosphere' or 'A melancholic acoustic guitar ballad about rain'.",
              "type": "string"
            },
            "style": {
              "description": "Specific musical style or genre tag (e.g., 'Hip Hop', 'Ambient', 'Rock'). Helping the AI focus on a specific sound.",
              "type": "string"
            },
            "tags": {
              "description": "Comma-separated keywords to tag the generated file.",
              "type": "string"
            },
            "vocal_gender": {
              "description": "Preferred gender for the vocalist ('m' for male, 'f' for female).",
              "enum": [
                "m",
                "f"
              ],
              "type": "string"
            }
          },
          "required": [
            "prompt"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "headers": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "queryParams": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "imageUrl": {
              "description": "Cover art image URL.",
              "format": "uri",
              "type": "string"
            },
            "shareUrl": {
              "description": "Public URL to listen to and download the track.",
              "format": "uri",
              "type": "string"
            },
            "title": {
              "description": "Title of the generated track.",
              "type": "string"
            }
          },
          "required": [
            "shareUrl"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON