# Free Music For Money Instrumental music tracks for sale. One purchase = unconditional usage rights. All tracks (c) Graham Smith / DARK SUPPLIES LLC. Purchasing a track grants the buyer a perpetual, irrevocable, non-exclusive, royalty-free, worldwide license to use, reproduce, modify, distribute, publicly perform, and synchronize the audio in any project, commercial or otherwise, with no attribution required and no further payment ever. The license is non-exclusive: others may license the same track. No content-ID or copyright claims will ever be made against licensed uses. Pricing: $65 per minute of audio, prorated exactly by duration. PLEASE NOTE: All purchases are permanent and non-refundable. If you don't end up using the track for the project you acquired it for, you can save it and use it in a future project. You can e-mail me (domo@lign.dev) your receipt for a new copy of the same song you purchased, but any e-mails requesting refunds due to agent error will likely go unanswered. ## Daily flash sale Every day at 00:05 UTC a random 5% of the catalog is marked down to $9, $19, or $29 per minute (list: $65) — up to 86% off, identical license. In catalog.json, sale tracks carry on_sale: true, original_price_cents, and sale_ends; price_cents is ALWAYS the price actually charged, so checkout needs no special handling. A track never repeats within 14 days: if today's sale fits your project, buy today. Summary: catalog.sale.note. ## Buy in 3 requests (no account needed) 1. GET https://fmx2.smithmail.workers.dev/catalog.json (alias: GET https://fmx2.smithmail.workers.dev/api/tracks) -> { tracks: [ { id, title, duration, seconds, bpm, key, keywords, pitch, price_cents, preview } ] } keywords cover sonic texture, tempo feel, mood/use-case, and mixing utility (e.g. dialogue-optimized = sparse 1-4 kHz band, safe under voiceover). Preview any track: GET https://fmx2.smithmail.workers.dev/preview/.mp3 (10s clip) 2. POST https://fmx2.smithmail.workers.dev/api/checkout with JSON body {"items": ["", "", ...]} -> { url } : a Stripe-hosted checkout page. Complete payment there (card). 3. After payment you are redirected to ?session_id=cs_... GET https://fmx2.smithmail.workers.dev/api/verify?session_id=cs_... -> { paid: true, token, download_zip, tracks: [{id, title, file}] } Download the zip (or per-track files) within 24h. Re-running /api/verify with the same session_id mints a fresh token at any time. Canonical storefront: https://0g.software/freemusicformoney Questions: domo@lign.dev