# Sponge: Get All Veo 3.1 T2V Tasks

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

Lists all existing Veo 3.1 text-to-video generation tasks via the Sponge/Freepik proxy

## Facts

- Endpoint: GET https://freepik.x402.paysponge.com/v1/ai/text-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-1eaf7cf0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Y8xWLcm8DYSKStlvLnEc7

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

Example prompt: Can you pull up all the Veo 3.1 text-to-video tasks I've submitted through Freepik so I can see their current status?

## When to prefer this

Use this endpoint when you need to audit, monitor, or retrieve the full list of Veo 3.1 text-to-video tasks submitted via the Sponge/Freepik gateway. Prefer this over Veo 3.1 Fast task listing when you specifically need standard (non-fast) Veo 3.1 tasks.

## Known failure modes

- No tasks found — returns empty list if no tasks have been submitted
- Authentication/payment failure — x402 payment not accepted or invalid
- Service unavailable — upstream Freepik or Veo 3.1 API is down
- Rate limiting — too many requests in a short window
- Invalid query parameters — rejected if unsupported params are passed

## How this service works

Get all Veo 3.1 T2V tasks

## Output

Returns a JSON list of all Veo 3.1 text-to-video tasks, including task IDs, statuses (e.g. pending, processing, completed), creation timestamps, and any associated metadata for each submitted video generation job.

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