# Sponge: Freepik Image Expand (Flux Pro) - List Tasks

> Sponge: Freepik Image Expand (Flux Pro) - List Tasks is a free API for AI agents from freepik.x402.paysponge.com, Free, status down (last checked 2026-09-15).

Retrieves the status of all image expand tasks running via Freepik's Flux Pro model through the Sponge x402 payment proxy

## Facts

- Endpoint: GET https://freepik.x402.paysponge.com/v1/ai/image-expand/flux-pro
- Price: Free
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/freepik-4de01853
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_efNQNIiIsFntECwV5rDqu

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-4de01853
```

Example prompt: Can you check the status of all my image expand jobs I've submitted to Freepik's Flux Pro — I want to see which ones are done, pending, or failed.

## When to prefer this

Use this endpoint when you need to check the status or results of previously submitted Freepik Flux Pro image-expand jobs. Prefer this over task-specific status endpoints when you want a bulk overview of all tasks rather than a single task's status. Ideal for polling in workflows that fan out multiple expand jobs and need to reconcile results.

## Known failure modes

- Authentication failure if x402 payment credentials are invalid or missing
- Empty list returned if no tasks have been submitted
- HTTP 404 if the endpoint path is incorrect or service is unavailable
- HTTP 500 if the upstream Freepik or fal.ai service is experiencing issues
- Rate limiting if too many polling requests are made in a short window

## How this service works

Get the status of all image expand tasks

## Output

Returns a JSON list of all image expand tasks submitted via the Flux Pro model, including their statuses (e.g. pending, processing, completed, failed), task IDs, and likely output URLs or error details for completed/failed tasks.

## 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-4de01853/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)
