AI MUSIC SEARCH API

Search music
the way you think

Three ways to search, all in one REST API.

calm piano musicTEXT
Text searchImage searchSimilarity search
BUILT FOR DEVELOPERS

curl in.
Music out.

No SDK to learn. A single X-API-Key header and a JSON body return ranked tracks in milliseconds.

bash — linkmusic
$ curl -X POST https://api.linkmusic.io/api/music/search/text \
CORE FEATURES

Three ways to search for music

Choose the search method that fits the moment.

Text Search

Search music with natural language — just describe the mood, genre, or scene.

POST /api/music/search/text
Image Search

Find tracks that match the mood of an image — perfect for video, ads, and commerce.

POST /api/music/search/image
Similarity Search

Point at any track by music_id and get songs that sound alike — ranked by score.

POST /api/music/search/similarity
HOW IT WORKS

Up and running in 3 steps

Issue a key, send a request, read the results. No SDK required.

app.linkmusic.io / api-keys
How it works preview
DASHBOARD

Your usage, at a glance

Track calls, success rates, and response times in real time — with per-endpoint breakdowns.

Real-time call tracking
Success rate per endpoint
Response-time tracking
Total calls
68,598
Text search
39,161
Image search
18,528
Similarity search
10,909
app.linkmusic.io / usage
Usage dashboard
INTEGRATION

One header. That's the integration.

Authenticate with a single header and POST JSON. Copy, paste, ship.

bash
curl -X POST https://api.linkmusic.io/api/music/search/text \
 -H "Content-Type: application/json" \
 -H "X-API-Key: lm_live_••••" \
 -d '{"query_text": "calm piano music", "limit": 5}'
ENTERPRISE

Ready for your team

SSO, granular key management, and admin-approved access — built for organizations.

Microsoft Entra SSO
Sign in securely with enterprise single sign-on.
API key management
Issue, scope, and revoke keys from one place.
Admin-approved sign-up
Control access at the organization level. Korean & English supported.
app.linkmusic.io / api-keys
API Keys management
BETA

Start building today

Sign-up is admin-approved. Issue a key and make your first request in minutes.