# Sponge: Veo 3.1 Image-to-Video – List Tasks

> Sponge: Veo 3.1 Image-to-Video – List Tasks is a free API for AI agents from freepik.x402.paysponge.com, Free, status down (last checked 2026-09-15).

Retrieves all existing Veo 3.1 image-to-video generation tasks submitted through the Sponge/Freepik gateway

## Facts

- Endpoint: GET https://freepik.x402.paysponge.com/v1/ai/image-to-video/veo-3-1
- Price: Free
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/freepik-1bb28614
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UE6ziU8nbezOlPiWFe-N_

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-1bb28614
```

Example prompt: Can you show me all my Veo 3.1 image-to-video tasks on Freepik through Sponge so I can see which ones are still processing and which have finished?

## When to prefer this

Use this endpoint when you need to audit or monitor the state of all previously submitted Veo 3.1 image-to-video generation jobs via the Sponge/Freepik gateway. Prefer this over model-specific alternatives (Kling, RunWay, MiniMax) when your pipeline specifically uses Google Veo 3.1 for I2V. Choose this over task-creation endpoints when you want to retrieve existing job statuses rather than submit new work.

## Known failure modes

- No tasks found — returns empty list if no jobs have been submitted
- Authentication/payment failure — x402 payment not accepted, returns 402
- Gateway timeout — upstream Freepik/Veo 3.1 service unavailable
- Malformed request — unsupported HTTP method returns error
- Rate limiting — too many requests in a short window

## How this service works

Get all Veo 3.1 I2V tasks

## Output

A JSON list of all Veo 3.1 image-to-video tasks associated with the account, including task IDs, statuses (pending, processing, completed, failed), and associated metadata such as input image references and output video URLs where available.

## 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-1bb28614/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)
