# Sponge: Seedream V5 Lite – List Tasks

> Sponge: Seedream V5 Lite – List Tasks is a free API for AI agents from freepik.x402.paysponge.com, Free, status down (last checked 2026-09-13).

Lists all pending or completed text-to-image generation tasks for the Seedream V5 Lite model via the Sponge x402 payment proxy

## Facts

- Endpoint: GET https://freepik.x402.paysponge.com/v1/ai/text-to-image/seedream-v5-lite
- Price: Free
- Status: down
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/freepik-b577b9c9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9NxYPI3B4rka_XFGApqC_

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

Example prompt: Can you show me all the Seedream V5 Lite text-to-image tasks I've submitted so I can see which ones are done and which are still pending?

## When to prefer this

Use this endpoint when you need to poll or audit the queue of Seedream V5 Lite text-to-image generation jobs, especially in async workflows where tasks are submitted separately and results must be fetched later. Prefer this over task-creation endpoints when the goal is monitoring or status-checking rather than initiating new jobs.

## Known failure modes

- No tasks found — empty list returned if none have been submitted
- Authentication/payment failure — x402 payment not processed correctly
- Gateway error — paysponge.com proxy unavailable or timeout
- Invalid query parameters — rejected if unsupported params are passed (schema enforces no additionalProperties)

## How this service works

Seedream V5 Lite - List tasks

## Output

Returns a JSON list of text-to-image generation tasks associated with the Seedream V5 Lite model, including task IDs, statuses (pending, processing, completed, failed), and any associated metadata or output references.

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