This API extends audio tracks while preserving the original style of the audio track. It includes Suno’s upload functionality, allowing users to upload audio files for processing. The expected result is a longer track that seamlessly continues the input style.
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
.