# Sponge: Mystic - List Tasks

> Sponge: Mystic - List Tasks is a free API for AI agents from freepik.x402.paysponge.com, Free, status down (last checked 2026-09-13).

Lists all queued or completed Mystic AI image/generation tasks via the Freepik API through a pay-per-call x402 proxy

## Facts

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

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-c146d5d9
```

Example prompt: Show me all my current Mystic AI generation tasks on Freepik — I want to see which ones are pending, running, or done.

## When to prefer this

Use this endpoint when you need to retrieve the status or results of previously submitted Mystic AI generation jobs on Freepik via the Sponge x402 payment proxy. Prefer this over direct Freepik API calls when using a unified x402 micropayment workflow.

## Known failure modes

- Empty list returned if no tasks exist
- Authentication/payment failure if x402 payment not properly handled
- Rate limiting or quota errors from upstream Freepik/Mystic API
- Network timeout if upstream service is unavailable
- 500 error if Freepik backend is down

## How this service works

Mystic - List tasks

## Output

Returns a JSON list of Mystic AI tasks, including task IDs, statuses (pending/processing/completed/failed), and associated output data such as generated image 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-c146d5d9/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)
