Add Suede AI - rights-aware music & video generation (x402, Base)#439
Add Suede AI - rights-aware music & video generation (x402, Base)#439JasonColapietro wants to merge 3 commits into
Conversation
…aces Catalog grew from 17 to 24 paid skills (music gen, video, stems pro, MIDI, mastering, lyric sync, vocal isolation, rights lookup, prompt analysis, rig analysis/oracle/roast). Adds Stripe ACP, Virtuals ACP, and agentic commerce manifest links alongside the existing x402 + agent-card surfaces.
|
Refreshed the API Examples entry: catalog has grown from 17 to 24 paid skills (stems-pro, MIDI, mastering, lyric sync, vocal isolation, rights lookup, prompt analysis, guitar rig analysis/oracle/roast added to the original music + video set). Added links to the agentic-commerce manifest and |
|
Ran a no-payment external pass against the public Suede AI x402 surfaces. I did not send payment headers, sign requests, or attempt paid calls. Repro: curl -i https://app.suedeai.ai/.well-known/x402.json
curl -i https://app.suedeai.ai/api/v1/catalog
curl -i -X POST https://app.suedeai.ai/create-music \
-H 'Origin: https://app.suedeai.ai' \
-H 'Content-Type: application/json' \
-d '{"prompt":"ambient lofi","durationSeconds":30}'
curl -i -X OPTIONS https://app.suedeai.ai/create-music \
-H 'Origin: https://chatgpt.com' \
-H 'Access-Control-Request-Method: POST' \
-H 'Access-Control-Request-Headers: content-type,x-payment'What looks good:
Patch notes before merge:
|
|
Quick check-in — happy to provide any additional info that would help with review. The 17-endpoint surface is live and stable: curl -i -X POST https://app.suedeai.ai/create-music \
-H 'Content-Type: application/json' \
-d '{"prompt":"ambient lofi"}'Returns a clean 402 challenge (USDC on Base, EIP-3009). Thanks for maintaining the list. |
|
Thanks for the pass — body updated to reflect the current 22-route surface and $0.20 / $1.50 pricing, with For the record: the catalog receiver matches the x402 |
Add Suede AI
What: Adds Suede AI to Example Applications > API Examples — a live, agent-payable creative IP service. Autonomous agents pay USDC on Base for music and short-video generation, plus 20+ supporting music-production and rights-lookup skills.
Why: Suede AI is one of the few media-generation endpoints in the x402 ecosystem, and the only one wired to on-chain IP provenance. Every output is fingerprinted and eligible for attestation through the Suede Registry on Base, so agents producing creative work get a portable rights anchor on top of the payment itself. Useful for any agent that needs licensed-by-default audio/video as part of its workflow.
Endpoints (selected from 22 live paid routes; 24 products in catalog):
POST /create-music— $0.20 USDC per track (200000 atomic units)POST /agent/video— $1.50 USDC per clip (1500000 atomic units)POST /agent/generate— $0.20 USDC, programmatic media generation through the IP stackFull price list and routes: https://app.suedeai.ai/api/v1/catalog (canonical source — values mirror the x402 challenges).
Live verification:
eip155:8453)0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)0xb5a05466712fd5bcdf2883f43cC6B1799428032dCurl repro:
Quality Checklist:
- [Name](url) - Description., neutral tone, no emojis)Category: Example Applications > API Examples (added at the end, after
agent-marketplace-proxy, alongside other media-generation entries like Obol, IteraTools, and TOUGH LOVE SECURITY ImageGen).Provider: Suede Labs — https://suedeai.ai · Founder: Jason Colapietro (johnnysuedes@gmail.com)