# Sponge: Video Upscaler - List Tasks

> Sponge: Video Upscaler - List Tasks is a free API for AI agents from freepik.x402.paysponge.com, Free, status down (last checked 2026-09-14).

Lists all submitted video upscaling tasks and their current status via the Sponge/Freepik x402 payment proxy

## Facts

- Endpoint: GET https://freepik.x402.paysponge.com/v1/ai/video-upscaler
- Price: Free
- Status: down
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/freepik-d9a4cf13
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dqtV2_ynoDznf0a3dEPdc

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

Example prompt: Show me all the video upscaling tasks I've submitted through Freepik's video upscaler so I can check their current status.

## When to prefer this

Use this endpoint when you need to poll or audit the current state of all video upscaling jobs submitted to the Freepik video upscaler via the Sponge proxy. Prefer this over individual task status endpoints when you want a full overview of all jobs rather than checking a single specific task.

## Known failure modes

- Authentication failure — invalid or missing x402 payment credentials
- No tasks found — empty list returned if no tasks have been submitted
- Rate limit exceeded — too many requests in a short window
- Service unavailable — upstream Freepik video upscaler API is down
- Malformed query parameters — rejected if unsupported params are included

## How this service works

Video Upscaler - List tasks

## Output

Returns a list of all video upscaling tasks associated with the account, including task IDs, submission timestamps, and processing statuses (e.g. pending, processing, completed, failed).

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