This endpoint layers AI-generated vocals on top of an existing instrumental. Given a prompt (e.g., lyrical concept or musical mood) and optional audio, it produces vocal output harmonized with the provided track.
uploadUrl
: Valid instrumental audio file URLprompt
: Description of the desired vocal content and styletitle
: Title for the generated vocal track (80 characters max)style
: Music and vocal style (e.g., “Jazz”, “Pop”, “Classical”)negativeTags
: Vocal styles or characteristics to excludecallBackUrl
: URL to receive completion notificationsvocalGender
: Preferred vocal gender (‘m’ for male, ‘f’ for female)styleWeight
: Style adherence weight (0.00-1.00)weirdnessConstraint
: Creativity/novelty constraint (0.00-1.00)audioWeight
: Audio consistency weight (0.00-1.00)All endpoints require authentication using Bearer Token.
Add to request headers:
Authorization: Bearer YOUR_API_KEY
⚠️ Note:
- Keep your API Key secure and do not share it with others
- If you suspect your API Key has been compromised, reset it immediately from the management page
Request successful
The response is of type object
.