# Magnific Video Search

> Magnific Video 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 videos from the Magnific platform by specified criteria and ordering

## Facts

- Endpoint: GET https://freepik.x402.paysponge.com/v1/videos
- 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-9a6d4ec1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MElUyJTshlcocZzjxCpuw

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-9a6d4ec1
```

Example prompt: Can you search the Magnific video library and show me the available videos sorted by the default order?

## When to prefer this

Use this endpoint when you need to discover, search, or browse videos available in the Magnific platform, especially when you want to filter or sort results. Prefer this over sound effects search (also on this domain) when the target media type is video specifically.

## Known failure modes

- Invalid or unsupported query parameters return a 400 error
- Authentication or payment authorization failure returns a 402 error
- No videos matching the specified filters returns an empty result set
- Server-side error returns a 500 response
- Rate limiting may return a 429 error

## How this service works

Search and filter videos by specified order

## Output

A JSON list of videos matching the specified filters and sort order, including video metadata such as titles, IDs, and relevant attributes available in the Magnific video 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-9a6d4ec1/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)
