Mureka Describe Song
Mureka Describe Song costs $0.120/track on FairStack — a processing model for Song analysis, Music cataloging, Content description. No subscription required. Pay per generation with full REST API access. FairStack applies a transparent 20% margin on infrastructure cost so you always see the real price.
What is Mureka Describe Song?
Mureka Describe is Mureka's music analysis model that listens to audio and generates detailed written descriptions of its content, style, mood, instrumentation, tempo, key, and other musical characteristics. The model produces comprehensive metadata from audio input, useful for cataloging, tagging, and understanding musical content. At $0.10 per analysis, it provides affordable automated music analysis. The model identifies genre, mood, instrumentation, tempo, key signature, and structural elements, producing descriptions that can be used for music library management, content tagging, and recommendation systems. Analysis quality is good for standard musical content. Compared to manual music description by a music librarian or metadata specialist, AI analysis is dramatically faster and more consistent, processing tracks in seconds rather than minutes. Against generic audio analysis tools, Mureka Describe produces musically informed descriptions that understand genre conventions and stylistic nuance. Best suited for music cataloging, song analysis, and content description where automated musical metadata generation saves time. Available on FairStack at infrastructure cost plus a 20% platform fee.
Key Features
What are Mureka Describe Song's strengths?
What are Mureka Describe Song's limitations?
What is Mureka Describe Song best for?
How much does Mureka Describe Song cost?
How does Mureka Describe Song perform across capabilities?
Mureka Describe — audio analysis, not generation
How do I use the Mureka Describe Song API?
curl -X POST https://api.fairstack.ai/v1/generations/music \
-H "Authorization: Bearer $FAIRSTACK_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mureka-describe",
"prompt": "Your prompt here"
}' import requests
response = requests.post(
"https://api.fairstack.ai/v1/generations/music",
headers={
"Authorization": f"Bearer {FAIRSTACK_API_KEY}",
"Content-Type": "application/json",
},
json={
"model": "mureka-describe",
"prompt": "Your prompt here",
},
)
result = response.json()
print(result["url"]) const response = await fetch(
"https://api.fairstack.ai/v1/generations/music",
{
method: "POST",
headers: {
Authorization: `Bearer ${process.env.FAIRSTACK_API_KEY}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
model: "mureka-describe",
prompt: "Your prompt here",
}),
}
);
const result = await response.json();
console.log(result.url); What parameters does Mureka Describe Song support?
Frequently Asked Questions
How much does Mureka Describe Song cost?
Mureka Describe Song costs $0.120/track on FairStack as of 2026-05-13. This price includes FairStack's transparent 20% margin on infrastructure cost. No subscription or monthly fee — you pay per generation only. Minimum deposit is $1.
What is Mureka Describe Song and what is it best for?
Mureka Describe is Mureka's music analysis model that listens to audio and generates detailed written descriptions of its content, style, mood, instrumentation, tempo, key, and other musical characteristics. The model produces comprehensive metadata from audio input, useful for cataloging, tagging, and understanding musical content. At $0.10 per analysis, it provides affordable automated music analysis. The model identifies genre, mood, instrumentation, tempo, key signature, and structural elements, producing descriptions that can be used for music library management, content tagging, and recommendation systems. Analysis quality is good for standard musical content. Compared to manual music description by a music librarian or metadata specialist, AI analysis is dramatically faster and more consistent, processing tracks in seconds rather than minutes. Against generic audio analysis tools, Mureka Describe produces musically informed descriptions that understand genre conventions and stylistic nuance. Best suited for music cataloging, song analysis, and content description where automated musical metadata generation saves time. Available on FairStack at infrastructure cost plus a 20% platform fee. Mureka Describe Song is best for Song analysis, Music cataloging, Content description. Available via FairStack's REST API with curl, Python, and Node.js SDKs.
Does Mureka Describe Song have an API?
Yes. Mureka Describe Song is available via FairStack's REST API at api.fairstack.ai. Send a POST request to /v1/generations/music with your API key and prompt. Works with curl, Python requests, Node.js fetch, and any HTTP client. No SDK installation required.
How does Mureka Describe Song compare to other music models?
Mureka Describe Song excels at Song analysis, Music cataloging, Content description. It is a processing model priced at $0.120/track on FairStack. Key strengths: Good song analysis, Detailed descriptions. Compare all music models at fairstack.ai/models.
What makes Mureka Describe Song stand out for music generation?
Mureka Describe Song excels with good song analysis and detailed descriptions. Generation typically completes in under 5 seconds.
What are the known limitations of Mureka Describe Song?
The main limitation to be aware of is: $0.10 per analysis. FairStack documents these transparently so you can choose the right model for your workflow.
How fast is Mureka Describe Song?
Mureka Describe Song typically completes in under 5 seconds. This makes it suitable for real-time applications, interactive workflows, and high-volume batch processing.
What music generation features does Mureka Describe Song offer?
Mureka Describe Song offers: song analysis; content description; style identification. All capabilities are accessible through both the FairStack web interface and REST API.
Start using Mureka Describe Song today
$0.120/track. Full API access. No subscription.
Start Creating