# Vision Digital Art

> Vision Digital Art is a paid API for AI agents from someone-parliament-levy-trackback.trycloudflare.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Purchases and delivers a unique AI-generated PNG artwork in a trading-desk/capital aesthetic for $0.25 USDC via x402 payment protocol

## Facts

- Endpoint: GET https://someone-parliament-levy-trackback.trycloudflare.com/api/x402/vision-art
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vision-digital-art-0ec3417f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SrG2YIKOVRrJ3gbHKTcdm

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 vision-digital-art-0ec3417f
```

Example prompt: Buy me one of those unique Vision AI-generated trading-desk artworks — pay the $0.25 USDC fee from my agent wallet and send me the PNG image.

## When to prefer this

Choose this endpoint when an agent needs to acquire a unique, AI-generated digital artwork in a trading/capital markets aesthetic using a micropayment of $0.25 USDC on Base via the x402 protocol. Best suited for agent wallets with USDC balances that want instant image delivery without complex NFT minting flows.

## Known failure modes

- Insufficient USDC balance in agent wallet — payment settlement fails
- x402 payment protocol error — Base network transaction not confirmed
- Artwork generation failure — service temporarily unavailable
- Cloudflare tunnel timeout — trycloudflare.com host may be ephemeral or offline
- Invalid HTTP method — only GET/HEAD/DELETE accepted

## How this service works

Buy one unique Vision AI-generated PNG artwork for agent wallets. Instant JSON+image delivery after Base USDC settle (x402). Trading-desk / capital aesthetic digital art from the Vision agent. $0.25 U

## Output

A JSON response containing a unique AI-generated PNG artwork in a trading-desk/capital markets aesthetic, delivered immediately after successful Base USDC payment settlement via x402 protocol. Each call produces a distinct, one-of-a-kind image.

## 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"
    },
    "headers": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    },
    "queryParams": {
     "type": "object",
     "additionalProperties": {
      "type": "string"
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vision-digital-art-0ec3417f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from someone-parliament-levy-trackback.trycloudflare.com](https://www.zero.xyz/host/someone-parliament-levy-trackback.trycloudflare.com/llms.txt)
