# Sponge: Flux Dev Text-to-Image - List Tasks

> Sponge: Flux Dev Text-to-Image - List Tasks is a paid API for AI agents from freepik.x402.paysponge.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Lists all pending or completed Flux Dev text-to-image generation tasks via the Sponge x402 payment proxy for Freepik

## Facts

- Endpoint: GET https://freepik.x402.paysponge.com/v1/ai/text-to-image/flux-dev
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/freepik-565369e8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7VqyDPo1VDbeLevGXYMkj

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-565369e8
```

Example prompt: Can you show me all the Flux Dev text-to-image tasks I have queued or running right now through Freepik?

## When to prefer this

Use this endpoint when you need to poll or monitor the status of previously submitted Flux Dev text-to-image generation jobs through the Sponge/paysponge.com x402 proxy for Freepik. Prefer this over submitting new tasks when you want to check progress or retrieve results of existing jobs.

## Known failure modes

- No tasks found — returns empty list if no jobs have been submitted
- Authentication/payment failure — x402 payment not processed correctly
- Rate limiting — too many requests in a short window
- Upstream Freepik API unavailable — proxy cannot reach the backend service
- Invalid query parameters — schema does not allow additional properties so unknown params cause errors

## How this service works

Flux Dev - List tasks

## Output

Returns a JSON list of Flux Dev text-to-image generation tasks, including their statuses, IDs, and associated metadata such as prompts or completion states.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "seed": {
   "type": "integer",
   "maximum": 4294967295,
   "minimum": 1,
   "description": "Seed for the image generation. If not provided, a random seed will be used."
  },
  "prompt": {
   "type": "string",
   "description": "The prompt is a short text that describes the image you want to generate. It can range from simple descriptions, like `\"a cat\"`, to detailed scenarios, such as `\"a cat with wings, playing the guitar, and wearing a hat\"`. If no prompt is provided, the AI will generate a random image.\n"
  },
  "styling": {
   "type": "object",
   "properties": {
    "colors": {
     "type": "array",
     "items": {
      "type": "object",
      "required": [
       "color",
       "weight"
      ],
      "properties": {
       "color": {
        "type": "string",
        "example": "#FF0000",
        "pattern": "^#[0-9A-F]{6}$",
        "description": "Hex color code"
       },
       "weight": {
        "type": "number",
        "example": 0.5,
        "maximum": 1,
        "minimum": 0.05,
        "description": "Weight of the color (0.05 to 1)"
       }
      }
     },
     "maxItems": 5,
     "minItems": 1,
     "description": "Dominant colors to generate the image"
    },
    "effects": {
     "type": "object",
     "properties": {
      "color": {
       "enum": [
        "softhue",
        "b&w",
        "goldglow",
        "vibrant",
        "coldneon"
       ],
       "type": "string",
       "description": "Color effect to apply"
      },
      "framing": {
       "enum": [
        "portrait",
        "lowangle",
        "midshot",
        "wideshot",
        "tiltshot",
        "aerial"
       ],
       "type": "string",
       "description": "Camera effect to apply"
      },
      "lightning": {
       "enum": [
        "iridescent",
        "dramatic",
        "goldenhour",
        "longexposure",
        "indorlight",
        "flash",
        "neon"
       ],
       "type": "string",
       "description": "Lightning effect to apply"
      }
     }
    }
   },
   "description": "Styling options for the image"
  },
  "webhook_url": {
   "type": "string",
   "format": "uri",
   "example": "https://www.example.com/webhook",
   "description": "Optional callback URL that will receive asynchronous notifications whenever the task changes status. The payload sent to this URL is the same as the corresponding GET endpoint response, but without the data field.\n"
  },
  "aspect_ratio": {
   "enum": [
  
… (truncated)
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/freepik-565369e8/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)
