LightfieldAI-native CRM that builds itself and does work for you

Tunova
The Suno music API that only bills you on success
6 followers
The Suno music API that only bills you on success
6 followers
Tunova is a hosted API for generating music with Suno — built for developers and AI agents. It's billed on success: if a generation fails, you're auto-refunded, so you only pay for tracks you actually get. Works as an MCP server inside Claude Code, Cursor, Windsurf and n8n, plus Python/Node SDKs and plain REST. Free tokens on signup, no card required.

Free Options
Launch Team / Built With



How does the auto-refund actually work if a generation hits Suno's rate limits or returns a partial clip, do you guys flag those as failed automatically or is it up to the caller to decide?
@glzar67449 Great question — it's automatic and server-side, never up to the caller.
Two kinds of "rate limit": if you hit OUR per-key limit you get a 429 up front — no generation runs, so nothing is ever reserved or charged. If a render fails downstream (a Suno hiccup, a transient error), the job settles as failed and the held tokens are auto-refunded to your ledger as their own line, tagged with the request id — no ticket, no flag needed on your side.
Partial clips are the nuance: a request usually returns 2 clips. If at least one renders cleanly you get the good one(s) and it's billed as a success (you got a track). If all clips error, we auto-retry the generation a couple of times first, and only if it still produces nothing do we mark it failed → a full refund. So "you only pay for tracks you actually get" holds right down to the partial-clip case.