Suno

Tempo
Audio3 endpointsFrom $0.020 /req

AI music generation. Create full songs with vocals and instrumentation from text prompts, generate lyrics by theme and style, and poll for completed audio — powered by Suno's music AI.

View documentation

When should an agent use this?

Use Suno when your agent needs to create music — generating jingles for marketing, creating background music for videos, writing song lyrics for creative projects, or producing custom audio content. Ideal for content creation agents, marketing workflows, podcast production, and any agent that needs on-demand music generation.

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (2)

Generate a full song from a text prompt or lyrics — returns audio with vocals and instrumentation.

Path/services/suno/suno/generate-music
MethodPOST
Price$0.100 per request

Parameters

NameTypeRequiredDescription
customModebooleanYesEnable custom mode for specifying style and lyrics
promptstringYesDescription of the song to generate or lyrics to set to music
stylestringNoMusical style tags (e.g. 'indie rock, upbeat, guitar-driven')

Example Request

curl
curl -X POST \
  "https://api.indiegent.com/services/suno/suno/generate-music" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent" \
  -H "Content-Type: application/json" \
  -d '{
  "customMode": true,
  "prompt": "An upbeat indie rock song about road trips and freedom",
  "style": "indie rock, upbeat, guitar-driven"
}'

Free (1)

IndieGent Endpoint

api.indiegent.com/services/suno

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli