# Sponge: WAN 2.6 I2V 1080p – List Tasks

> Sponge: WAN 2.6 I2V 1080p – List Tasks is a free API for AI agents from freepik.x402.paysponge.com, Free, status down (last checked 2026-09-14).

Lists all queued or completed WAN 2.6 image-to-video 1080p generation tasks via the Sponge/Freepik x402 proxy

## Facts

- Endpoint: GET https://freepik.x402.paysponge.com/v1/ai/image-to-video/wan-v2-6-1080p
- Price: Free
- Status: down
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/freepik-e9d83375
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_y9c5-bGcejOmcPNYjKRST

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

Example prompt: Can you show me all my current image-to-video tasks running on WAN 2.6 at 1080p so I can see which ones are done and which are still processing?

## When to prefer this

Use this endpoint when you need to monitor or audit the status of image-to-video generation jobs specifically submitted to the WAN 2.6 1080p model via the Sponge x402 proxy. Prefer this over other list-tasks endpoints when your workflow uses the WAN v2.6 model at 1080p resolution, as opposed to Kling, RunWay, Seedance, or lower-resolution variants.

## Known failure modes

- No tasks found – returns empty list if none have been submitted
- Authentication/payment failure – x402 payment not processed, access denied
- Gateway timeout – upstream Freepik API unavailable
- Rate limiting – too many requests to the Sponge proxy
- Malformed response if the upstream service is degraded

## How this service works

WAN 2.6 I2V 1080p - List tasks

## Output

Returns a JSON list of WAN 2.6 I2V 1080p generation tasks, including task IDs, statuses (e.g. pending, processing, completed), and associated metadata for each submitted job.

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