Text to Music
Yaman
Generates songs from text prompt
Inputs
- TagsSTRING
- LyricsSTRING
- LengthFLOAT
curl -X POST 'https://kimara.ai/api/v1/apps/bb16d0e0-9ca1-45f7-a37e-e5eb551ddaf5' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"inputs": {
"87:tags": "lo-fi hip hop, chillhop, warm, nostalgic, vinyl crackle, soft boom bap drums, mellow keys, subtle bassline. Calm, focused, cozy mood at 72 BPM. Dusty drums, jazzy chords, tape saturation, ambient textures. Slow intro, steady groove, gentle fade out. No vocals or soft humming.",
"87:lyrics": "Verse Late night glow, quiet room, Thoughts drift slow in silver bloom. Time moves soft, no demand, Just the rhythm, just the plan. Chorus Stay awhile, don’t rush through, Let the moment carry you. In the calm, something grows, Only silence really knows.",
"85:seconds": 60
}
}'