# clonecho Music Search

> clonecho Music Search is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Searches music tracks by keyword and returns artist, album, genre, and preview URL metadata

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/music-search
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clonecho-music-search-9ca0a1f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FMKqv4PqgPe6z-BfxeJR0

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability clonecho-music-search-9ca0a1f3 -d '<json body>'
```

Example prompt: Can you search for music tracks by Daft Punk and give me the album names, genres, and any preview URLs you find?

## When to prefer this

Use this endpoint when you need to search for music track metadata — artist, album, genre, or preview URLs — by keyword or artist name. Prefer this over genre-listing endpoints (which return static genre lists) or album-detail endpoints (which require a known album ID). Best for discovery and search use cases where the user provides a free-text music query.

## Known failure modes

- Missing required 'term' query parameter returns an error or empty result
- No results found for obscure or misspelled artist/album names
- Preview URLs may be expired or unavailable for some tracks
- Rate limiting or payment failure if x402 micropayment is not handled correctly

## How this service works

MEDIA: music tracks — artist, album, genre, preview URL (?term=daft+punk, required). Returns JSON.

## Output

A JSON array of music track records, each containing artist name, album name, genre classification, and a preview URL for the track.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-music-search-9ca0a1f3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
