Suno Cover Style API Reference
Use the Suno cover API to reinterpret an existing song in a new genre, arrangement, or vocal style while preserving its core musical identity.
Authorizations
You can obtain your API key from the TTAPI Dashboard.
Body
Whether to use custom mode.
- true: Audio will be generated from lyrics
- false: Audio will be generated based on inspiration mode prompts
Model to use.
chirp-v5-5, chirp-v5, chirp-v4-5+, chirp-v4-5, chirp-v4-5-all, chirp-v4, chirp-v3-5, chirp-v3-0 Audio ID of the track to cover.
Prompt for inspiration mode.
When not using custom mode (custom=false), this parameter is always required. Lyrics will be automatically generated from this prompt. Maximum length: 3000 characters.
"Night city lo-fi piano with rain ambience, soft vocal phrases, theme: \"Under the city lights\""
Lyrics.
Used in custom mode (custom=true). Maximum length: 5000 characters.
When custom=true and prompt is empty, the system will generate instrumental-only audio by default. When custom=true and prompt is not empty, the system will generate vocal audio with lyrics based on the prompt.
Music title.
Used in custom mode (custom=true). Maximum length: 80 characters.
Music style or genre.
Used in custom mode (custom=true). Maximum length: 1000 characters.
"rock, blues, hip-hop, r&b"
Music styles or genres that should be excluded from generation.
Used in custom mode (custom=true).
Music style weight, range: 0.00–1.00.
Used in custom mode. Valid range: 0 <= x <= 1.
0.5
Audio creativity (weirdness) weight, range: 0.00–1.00.
Used in custom mode. Valid range: 0 <= x <= 1.
0.5
Audio weight, range: 0.00–1.00.
Used in custom mode. Valid range: 0 <= x <= 1.
0.5
Vocal gender.
-
Male: Male voice
-
Female: Female voice
Male, Female Music style ID. Custom mode only.
Use this parameter to generate music with a specific style.
Whether to store the generated audio.
- true: The audio will be stored and a TTAPI CDN URL will be returned
- false: The original source URL will be returned
Callback notification URL