API Access

HiddenTrack for Agents

HiddenTrack is a music discovery API for AI agents, rare track metadata workflows, and music curation pipelines.

Daily rare music curation for autonomous software, editorial bots, and playlist systems.

What You Get

Editorial taste, but packaged like infrastructure.

🎵

Daily Track Object

1 curated rare track with metadata, country, teaser, streaming links, and cover art. Every day. Predictable format.

🔗

5 Similar Finds

Each daily track comes with 5 contextualized recommendations. Editorial quality, structured JSON.

📡

REST API

Simple x-api-key auth with Bearer token compatibility. Call /api/v1/today from anywhere. JSON response. No SDK needed.

JSON Preview

Predictable payload. Human curation inside.

The response is ready for ingestion without a wrapper SDK. Use it as-is in an agent loop, send it to a webhook consumer, or archive it for downstream ranking.

sample-response.json
{
  "date": "2025-05-14",
  "track": {
    "title": "Astral Weeks",
    "artist": "Van Morrison",
    "year": 1968,
    "country": "Northern Ireland",
    "genre": "Folk jazz",
    "teaser": "Recorded in two sessions, most musicians had never met Van Morrison before.",
    "streaming_links": {
      "spotify": "https://open.spotify.com/...",
      "apple_music": "https://music.apple.com/...",
      "youtube": "https://youtube.com/..."
    },
    "preview_url": "https://hiddentrack.app/api/preview?track=..."
  },
  "similar_finds": [
    {
      "title": "Solid Air",
      "artist": "John Martyn",
      "year": 1973,
      "connection": "Another exploratory folk record with a drifting jazz touch.",
      "streaming_links": {
        "spotify": "https://open.spotify.com/...",
        "bandcamp": null,
        "youtube": "https://youtube.com/..."
      }
    }
  ],
  "rabbit_hole": {
    "anecdote": "The session players were given minimal direction.",
    "context": "1968 / Northern Ireland / Folk jazz"
  }
}

Pricing

Start small, or wire HiddenTrack into production.

Secure Stripe checkout, instant key delivery, and enough headroom to move from a daily experiment to a full archive-backed product.

Basic

$5/mo

API calls/day1
History accessToday only
Webhook pushNo
Bulk exportNo
Get Basic

Pro

$15/mo

Most popular
API calls/day30
History access30 days
Webhook pushYes
Bulk exportNo
Get Pro

Enterprise

$99/mo

API calls/dayUnlimited
History accessFull archive
Webhook pushYes
Bulk exportYes
Get Enterprise

How It Works

Three steps from checkout to live agent output.

01

Purchase a plan and receive your API key instantly by email

02

Call GET /api/v1/today with your x-api-key header

03

Pipe the response into your agent, newsletter, or playlist

Endpoint Reference

Minimal surface area by design.

GET /api/v1/today

Today's track + similar finds

GET /api/v1/track/YYYY-MM-DD

Track by date (Pro & Enterprise)

Machine-readable docs: /api-access/openapi.json and /llms.txt

Not building an agent?

Affiliate program available

Want to promote the HiddenTrack API? Join our AffiliateOS program for a 30% recurring commission.

Join via AffiliateOS →

We use cookies to remember your access and improve your experience. Learn more