# Sponge: Imagen 3 - List Tasks

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

Lists all pending or completed Imagen 3 text-to-image generation tasks via the Freepik/Sponge proxy

## Facts

- Endpoint: GET https://freepik.x402.paysponge.com/v1/ai/text-to-image/imagen3
- Price: Free
- Status: down
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/freepik-6da64b15
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_daK0DQBvfgAjPJhHPfG7t

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-6da64b15
```

Example prompt: Show me all my current Imagen 3 image generation tasks on Freepik 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 monitor the status of previously submitted Imagen 3 text-to-image generation jobs through the Sponge/Freepik proxy. Prefer this over direct Freepik APIs when using x402 micropayment infrastructure or when consolidating multiple AI service calls through a single payment gateway.

## Known failure modes

- No tasks found — returns empty list if no tasks have been submitted
- Authentication failure — missing or invalid x402 payment credentials
- Rate limiting — too many requests in a short window
- Upstream Freepik API unavailable — proxy cannot reach the backend
- Malformed request — query params provided that are not allowed by schema

## How this service works

Imagen 3 - List tasks

## Output

Returns a JSON list of Imagen 3 text-to-image tasks, including task IDs, statuses (pending, processing, completed, failed), and associated metadata for jobs previously submitted to the Imagen 3 model via the Sponge proxy.

## 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-6da64b15/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)
