Skip to main content
POST
cURL

Authorizations

TT-API-KEY
string
header
required

You can obtain your API key from the TTAPI Dashboard.

Body

application/json
sound
string
required

Describe the sound you want.

mv
enum<string>
default:chirp-v6
required

Model to use. Available values: chirp-v6, chirp-v6-wild, chirp-v6-mini. Suno legacy models have all been discontinued; passing a legacy name maps it to chirp-v6. See Model Mapping.

Available options:
chirp-v6,
chirp-v6-wild,
chirp-v6-mini
type
enum<string>
default:one-shot
required

Sound effect type: one-shot for a single-hit effect, loop for a looping effect.

Available options:
one-shot,
loop
bpm
integer

Tempo in beats per minute. Valid range: 1 to 300 bpm.

key
enum<string>

Key

Available options:
C,
C#,
Cm,
C#m,
D,
D#,
Dm,
D#m,
F,
F#,
Fm,
F#m,
G,
G#,
Gm,
G#m,
A,
A#,
Am,
A#m,
B,
B#,
Bm,
B#m
audio_format
enum<string>

Audio format of audioUrl after the job succeeds.

Available options:
mp3,
m4a,
wav
Example:

"mp3"

hookUrl
string

Callback notification URL

isStorage
boolean
default:true
deprecated

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

Response

Request successful

status
string
required
Example:

"SUCCESS"

message
string
required
Example:

"success"

data
object
required
Example:
Last modified on March 21, 2026