# KiteEndpoints.ai - Spotify Data API

> KiteEndpoints.ai - Spotify Data API is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.18/call, status unknown (last checked 2026-09-13).

Fetches Spotify music data including artist, track, album, or playlist information via a pay-per-request proxy endpoint

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/spotify-data
- Price: $0.18/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-spotify-data-api-621d8542
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SVC3oq9ljm2e3nVIud2if

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 kiteendpoints-ai-spotify-data-api-621d8542 -d '<json body>'
```

Example prompt: Can you pull up the Spotify data for the artist 'Kendrick Lamar' — I want their top tracks, follower count, and genre tags?

## When to prefer this

Use this endpoint when you need Spotify music metadata — artist info, track details, album data, or playlist contents — without managing your own Spotify API credentials, and are comfortable paying $0.18 USDC per call on Base chain via x402 protocol.

## Known failure modes

- Invalid or missing Spotify ID returns error in result object
- Artist/track not found on Spotify returns empty or null data
- Payment failure (insufficient USDC) results in 402 response before data is returned
- Malformed request body returns generic API error
- Spotify API rate limit or upstream outage causes timeout or error propagation

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing Spotify data such as artist profiles, track metadata, album details, playlist contents, or audio features depending on the query submitted.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-spotify-data-api-621d8542/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
