# Magnific Sound Effects Search

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

Search and filter sound effects available through the Magnific/Freepik media platform

## Facts

- Endpoint: GET https://freepik.x402.paysponge.com/v1/sound-effects
- Price: Free
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/freepik-937d5df0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PhMlFJQYxQDaanHlLzfmC

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-937d5df0
```

Example prompt: Can you search the Magnific sound effects library and show me what's available?

## When to prefer this

Use this endpoint when you need to discover or search available sound effects from the Magnific/Freepik catalog, especially when building creative media workflows that require audio assets. Prefer this over general web search when you need structured, filterable sound effect metadata ready for integration.

## Known failure modes

- No results returned if query matches nothing in the library
- 400 Bad Request if query parameters are malformed
- Empty result set if filters are too restrictive
- Service unavailable or timeout if upstream Freepik API is down

## How this service works

Search and filter sound effects

## Output

A JSON list of sound effects matching the search/filter criteria, including metadata such as names, categories, and audio asset details from the Freepik/Magnific sound effects 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-937d5df0/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)
