# KiteEndpoints.ai - Sonoteller API

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

Analyzes audio or music content to extract metadata, mood, genre, and other sonic attributes via the Sonoteller service

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/sonoteller
- Price: $0.16/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-sonoteller-api-3dfc0e40
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nTyXwBjzm1xcBCd7IjI07

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-sonoteller-api-3dfc0e40 -d '<json body>'
```

Example prompt: Can you analyze this song and tell me its genre, mood, and key sonic characteristics? I want to know if it's upbeat or melancholic, what genre it fits, and any other descriptive tags Sonoteller can pull from it.

## When to prefer this

Use this endpoint when you need automated music tagging, mood classification, or genre detection for audio content and want to pay per-request in USDC without a subscription. Prefer this over direct Sonoteller API access if you're already using the KiteEndpoints.ai hub for other services or need x402 micropayment compatibility.

## Known failure modes

- Invalid or inaccessible audio URL returns an error in the result object
- Unsupported audio format may yield empty or incomplete metadata
- Payment failure via x402/USDC results in 402 response before processing
- Rate limiting or upstream Sonoteller service unavailability causes timeout or error
- Malformed input object returns a validation error

## 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 Sonoteller's analysis of the audio — including genre classifications, mood/vibe tags, energy levels, and other descriptive sonic metadata about the input track.

## 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-sonoteller-api-3dfc0e40/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)
