Matching Music to Product Type
- Tech Products
- Lifestyle Products
- Luxury Products
Vibe: Minimal, modern, clean
Next Steps
Mood Filters
See all available moods
Smart Trimming
Auto-trim to match demo length
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Match the vibe of your product with mood-based filtering
{
"query": "minimal electronic music for SaaS demo",
"filters": {
"moods": ["Minimal", "Modern", "Clean"],
"has_vocals": false
}
}
{
"query": "upbeat music for lifestyle product",
"filters": {
"moods": ["Upbeat", "Warm", "Friendly"],
"energy_level": "medium"
}
}
{
"query": "elegant ambient music for luxury unboxing",
"filters": {
"moods": ["Elegant", "Sophisticated"],
"energy_level": "low"
}
}