This API covers an audio track by transforming it into a new style while retaining its core melody. It incorporates Suno’s upload capability, enabling users to upload an audio file for processing. The expected result is a refreshed audio track with a new style, keeping the original melody intact.
vocalGender
(string): Vocal gender preference. Use m
for male, f
for female.styleWeight
(number): Strength of adherence to style. Range 0–1, up to 2 decimals. Example: 0.65
.weirdnessConstraint
(number): Controls creative deviation. Range 0–1, up to 2 decimals. Example: 0.65
.audioWeight
(number): Balance weight for audio features. Range 0–1, up to 2 decimals. Example: 0.65
.All APIs require authentication via Bearer Token.
Get API Key:
Usage: Add to request header: Authorization: Bearer YOUR_API_KEY
Note:
Request successful
The response is of type object
.