# Magnific Resource Search

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

Search and filter Magnific resources with advanced query options

## Facts

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

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-83264583
```

Example prompt: Search Magnific for available image resources and filter the results so I can see what assets are currently in the catalog.

## When to prefer this

Use this endpoint when you need to discover, browse, or filter resources available through the Magnific platform, especially when looking for specific types of creative or image assets before performing upscaling or enhancement operations.

## Known failure modes

- Invalid or unsupported query parameters return 400 Bad Request
- Unauthorized access due to missing or invalid payment credentials returns 402 Payment Required
- No resources match the given filters, returning an empty result set
- Rate limiting or quota exceeded returns 429 Too Many Requests
- Service unavailability returns 503

## How this service works

Search and filter resources with advanced options

## Output

Returns a filtered list of Magnific resources matching the search criteria, including resource metadata such as identifiers, types, and relevant details about available assets.

## 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-83264583/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)
