# Sponge: Veo 3.1 T2V Fast – List Tasks

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

Retrieves all existing Veo 3.1 text-to-video (fast mode) generation tasks for the authenticated account

## Facts

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

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-3d9618d9
```

Example prompt: Show me all my Veo 3.1 fast text-to-video generation tasks — I want to see which ones are done and what their results are.

## When to prefer this

Use this endpoint when you need to check the status or retrieve results of previously submitted Veo 3.1 fast text-to-video generation tasks. Prefer this over task-creation endpoints when you already have pending jobs and want to poll for completion. Choose over sibling list endpoints (Kling, Seedance, etc.) specifically when the tasks were submitted via the Veo 3.1 fast model.

## Known failure modes

- No tasks found — account has not submitted any Veo 3.1 fast jobs yet, returns empty list
- Authentication failure — missing or invalid x402 payment credentials, returns 401/402
- Upstream Freepik/Veo API unavailable — returns 502 or 503
- Rate limit exceeded — too many polling requests, returns 429

## How this service works

Get all Veo 3.1 T2V Fast tasks

## Output

A JSON list of all Veo 3.1 T2V Fast tasks associated with the account, including task IDs, statuses (pending, processing, complete, failed), and any available output video URLs or metadata.

## 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-3d9618d9/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)
