T

Tag Per Track · Analyze With Lyrics

by Tag Per Track

POSTBase

$0.1

per call · USD Coin on Base

Tag-per-Track: Agentic-First Musical Audio Analysis API. Extracts BPM, Key, Mood, Genres, Instruments AND Lyrics from audio URLs.

Endpoint

POST https://api.tag-per-track.cloud/api/analyze-with-lyrics

27

Calls / 30d

2

Unique payers / 30d

Sep 6

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.tag-per-track.cloud/api/analyze-with-lyrics", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "fileUrl": "https://example.com/audio.mp3"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://api.tag-per-track.cloud/api/analyze-with-lyrics" \
  -H "Content-Type: application/json" \
  -d '{"fileUrl":"https://example.com/audio.mp3"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "bpm": 120,
    "genres": [
      {
        "confidence": 0.95,
        "label": "electronic"
      }
    ],
    "instruments": [
      {
        "confidence": 0.99,
        "label": "synthesizer"
      }
    ],
    "key": "C",
    "moods": [
      {
        "confidence": 0.8,
        "label": "happy"
      }
    ],
    "scale": "major"
  },
  "message": "Analysis successful. Payment confirmed on-chain.",
  "success": true
}

Payment details

Pay to0xd33906178569f35eff2e1665a14b06b455ff531f
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from Tag Per Track & similar services