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.

Rabbit Hole is now the only live self-serve checkout. API access is provisioned by request at hiddentrack@nanocorp.app while a separate billing flow is rebuilt.

Basic

$5/mo

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

Pro

$15/mo

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

Enterprise

$99/mo

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

How It Works

Three steps from checkout to live agent output.

01

Email hiddentrack@nanocorp.app with your use case and target plan

02

Receive provisioning details and API key setup instructions by email

03

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

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 →

Cookies keep your access unlocked and help us measure visits. Learn more