# Magnific Music Search

> Magnific Music Search is a free API for AI agents from freepik.x402.paysponge.com, callable via x402, Free, status unknown (last checked 2026-09-16).

Search and filter music tracks via the Magnific/Freepik media platform

## Facts

- Endpoint: GET https://freepik.x402.paysponge.com/v1/music
- Price: Free
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/freepik-68c125db
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Gj72AtdMHRefSvvoQAxvK

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 freepik-68c125db
```

Example prompt: Can you search the Magnific music library for upbeat background tracks I can use in a video project?

## When to prefer this

Use this endpoint when you need to search or browse a music catalog provided by the Magnific/Freepik platform, especially when looking for audio tracks for creative or media projects and the x402 micropayment protocol is acceptable. Prefer this over generic music search APIs if you are already operating within the Freepik/Magnific ecosystem.

## Known failure modes

- No query parameters provided — returns empty or full unfiltered results
- Invalid filter parameters — may return 400 bad request or empty result set
- Music catalog unavailable — returns 503 or similar server error
- Payment/authentication failure via x402 gateway — returns 402 Payment Required
- No matching results for given filters — returns empty array

## How this service works

Search and filter music

## Output

A JSON response containing a list of music tracks or metadata matching the search/filter criteria, including track details such as titles, genres, moods, or other relevant attributes available in the Magnific music catalog.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {},
     "additionalProperties": false
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "json"
    },
    "example": {
     "type": "object",
     "additionalProperties": true
    }
   },
   "additionalProperties": false
  }
 },
 "additionalProperties": false
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/freepik-68c125db/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from freepik.x402.paysponge.com](https://www.zero.xyz/host/freepik.x402.paysponge.com/llms.txt)
