# Sponge: RunWay Text-to-Image Task Status

> Sponge: RunWay Text-to-Image Task Status is a free API for AI agents from freepik.x402.paysponge.com, Free, status down (last checked 2026-09-13).

Retrieves the status of all RunWay text-to-image generation tasks via the Sponge x402 payment proxy

## Facts

- Endpoint: GET https://freepik.x402.paysponge.com/v1/ai/text-to-image/runway
- Price: Free
- Status: down
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/freepik-4997f260
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fTBzgUqpD3TayrE1rjwwZ

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-4997f260
```

Example prompt: Show me the status of all my RunWay text-to-image tasks so I can see which ones have finished generating.

## When to prefer this

Use this endpoint when you need to poll or monitor the status of RunWay text-to-image generation tasks submitted through the Sponge/paysponge.com x402 gateway. Prefer this over alternatives when you are already using the Sponge gateway ecosystem for RunWay image generation and need a unified payment proxy approach.

## Known failure modes

- Authentication failure if x402 payment header is invalid or missing
- Empty list returned if no tasks have been submitted
- Gateway timeout if upstream RunWay service is unavailable
- Rate limiting or quota exceeded errors from the proxy
- Malformed JSON response if upstream service is degraded

## How this service works

Get the status of all RunWay text-to-image tasks

## Output

A JSON list of all RunWay text-to-image tasks with their current statuses, including task IDs, completion states, and any associated output references.

## 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-4997f260/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)
