Create Music
$0.50Generate a song from a prompt with optional custom lyrics and style inputs. Returns JSON describing the generated track when the request succeeds.
POST /create-musicUSDC on Base · payTo 0x10FF…cC9E4F7 Suede endpoints — AI music, video, image, and music data — priced from $0.15, settled in USDC on Base via x402. No accounts, no keys, no rate-limit tier. Powered by Suede Labs AI.
Generate a song from a prompt with optional custom lyrics and style inputs. Returns JSON describing the generated track when the request succeeds.
POST /create-musicUSDC on Base · payTo 0x10FF…cC9E4FText-to-video generation for agents. Returns an 8-second 720p clip with native audio. Use for short-form video, b-roll, product shots, music-video visuals, and social clips. Audio is generated from the scene, so include sound cues in the prompt (instruments, voices, weather, movement) for an audible result — a still, silent scene renders near-silent by design. PAYMENT-SIGNATURE-authenticated requests default to asynchronous execution. Asynchronous responses return a jobId and pollUrl. Poll GET /agent/video/{jobId} without another payment until status is 'completed' and videoUrl is available.
POST /agent/videoUSDC on Base · payTo 0x10FF…cC9E4FGenerate a still image from a text prompt. PAYMENT-SIGNATURE-authenticated requests default to asynchronous execution. Asynchronous responses return a jobId and pollUrl. Poll GET /agent/image/{jobId} without another payment until status is 'completed' and imageUrl is available.
POST /agent/imageUSDC on Base · payTo 0x10FF…cC9E4FOne text-in, text-out guitar-coach answer.
POST /api/v1/askUSDC on Base · payTo 0xb5a0…28032dSong name → chord progression, strumming, difficulty, drills.
POST /api/v1/analyze-songUSDC on Base · payTo 0xb5a0…28032dText prompt of an audio passage → chord progression JSON.
POST /api/v1/transcribe-progressionUSDC on Base · payTo 0xb5a0…28032dGenerate a personalized 30-minute practice plan.
POST /api/v1/practice-planUSDC on Base · payTo 0xb5a0…28032dThe agent fetches a service's manifest at /.well-known/agentic-commerce.json or browses the federated catalog. No registration, no API key.
The agent POSTs to the endpoint cold. The server returns HTTP 402 with a PAYMENT-REQUIRED header — price, asset, payTo wallet, EIP-3009 timeout.
The agent signs a transferWithAuthorization for USDC on Base and retries with X-Payment. Server settles via facilitator and streams the response.
Settlement is public. Every x402 call lands on Base; receivers are on BaseScan; manifests are static URLs.
curl -X POST https://strumly.suedeai.ai/api/v1/ask \
-H 'Content-Type: application/json' \
-d '{"question":"60-sec chromatic warmup?"}'curl -X POST https://strumly.suedeai.ai/api/v1/ask \
-H 'Content-Type: application/json' \
-H 'X-Payment: <base64 PAYMENT-SIGNATURE>' \
-d '{"question":"Clean Em chord?"}'Use any x402 client SDK (Coinbase, Cloudflare, PayAI facilitator). Free tier accepts five calls per IP per day. After that the endpoint returns HTTP 402 with the wire metadata an x402 client needs to pay.