⚠️ Deprecated — endpoint no longer available The Nuro API has been deprecated and is no longer available. New requests to POST /api/v1/nuro/createandGET /api/v1/nuro/task/{id}return HTTP 410 Gone, and existing task IDs can no longer be queried.Migrate to: Vocal music → POST/api/v1/sonic/createBGM / instrumental → POST/api/v1/producer/createBoth endpoints work on your existing API key. If you need help mapping a Nuro request body to Sonic or Producer, email support@aimusicapi.ai.
[
"corporate", "dance/edm", "orchestral", "chill out", "rock", "hip hop", "folk",
"funk", "ambient", "holiday", "jazz", "kids", "world", "travel", "commercial",
"advertising", "driving", "cinematic", "upbeat", "epic", "inspiring", "business",
"video game", "dark", "pop", "trailer", "modern", "electronic", "documentary",
"soundtrack", "fashion", "acoustic", "movie", "tv", "high tech", "industrial",
"dance", "video", "vlog", "marketing", "game", "radio", "promotional", "sports",
"party", "summer", "beauty"
][
"positive", "uplifting", "energetic", "happy", "bright", "optimistic", "hopeful", "cool",
"dreamy", "fun", "light", "powerful", "calm", "confident", "joyful", "dramatic", "peaceful",
"playful", "soft", "groovy", "reflective", "easy", "relaxed", "lively", "smooth", "romantic",
"intense", "elegant", "mellow", "emotional", "sentimental", "cheerful happy", "contemplative",
"soothing", "proud", "passionate", "sweet", "mystical", "tranquil", "cheerful", "casual",
"beautiful", "ethereal", "melancholy", "sad", "aggressive", "haunting", "adventure", "serene",
"sincere", "funky", "funny"
][
"piano", "drums", "guitar", "percussion", "synth", "electric guitar", "acoustic guitar",
"bass guitar", "brass", "violin", "cello", "flute", "organ", "trumpet", "ukulele",
"saxophone", "double bass", "harp", "glockenspiel", "synthesizer", "keyboard", "marimba",
"bass", "banjo", "strings"
][
"inspirational", "motivational", "achievement", "discovery", "every day", "love", "technology",
"lifestyle", "journey", "meditation", "drama", "children", "hope", "fantasy", "holiday",
"health", "family", "real estate", "media", "kids", "science", "education", "progress",
"world", "vacation", "training", "christmas", "sales"
]{
"segments": [
{
"name": "intro",
"duration": 10
},
{
"name": "verse",
"duration": 30
},
{
"name": "chorus",
"duration": 40
},
{
"name": "outro",
"duration": 15
}
]
}intro - Introduction sectionverse - Verse sectionchorus - Chorus/refrain sectioninst - Instrumental sectionbridge - Bridge sectionoutro - Outro/ending section{
"type": "vocal",
"lyrics": "Your complete song lyrics here (300-2000 characters)",
"genre": "Pop",
"mood": "Happy",
"gender": "Female",
"timbre": "Warm",
"duration": 120
}{
"type": "bgm",
"version": "v1.0",
"description": "Upbeat corporate background music for presentation",
"duration": 45,
"genre": ["corporate", "upbeat"],
"mood": ["positive", "energetic"],
"instrument": ["piano", "guitar"],
"theme": ["business", "motivational"]
}{
"type": "bgm",
"version": "v2.0",
"description": "Cinematic trailer music with dramatic build-up",
"segments": [
{
"name": "intro",
"duration": 15
},
{
"name": "verse",
"duration": 30
},
{
"name": "chorus",
"duration": 45
},
{
"name": "outro",
"duration": 10
}
]
}{
"type": "bgm",
"version": "v2.0",
"description": "Peaceful meditation music for relaxation app",
"duration": 60
}{
"message": "success",
"task_id": "uuid-task-identifier"
}{
"task_id": "uuid-task-identifier",
"status": "succeeded", // "pending", "running", "succeeded", "failed"
"progress": 100,
"audio_url": "https://cdn-url/song.wav",
"lyrics": "Generated or provided lyrics",
"duration": 120,
"genre": "Pop",
"mood": "Happy",
"gender": "Female",
"timbre": "Warm",
"prompt": "Enhanced description used for generation",
"theme": "Generated theme information",
"instrument": "Instrument information"
}// Add version parameter
{
"version": "v2.0",
// ... existing parameters
}{
"version": "v2.0",
"description": "Your music description",
"segments": [
// Define your structure,is optional
],
// Optional: existing parameters for enhancement
}