# Vision Digital Art

> Vision Digital Art is a paid API for AI agents from promoting-slip-solve-ctrl.trycloudflare.com, paid per call via x402, $0.25/call, status down (last checked 2026-09-15).

Delivers a unique AI-generated PNG artwork in trading-desk/capital aesthetic for $5 USDC via x402 payment on Base

## Facts

- Endpoint: GET https://promoting-slip-solve-ctrl.trycloudflare.com/api/x402/vision-art
- Price: $0.25/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vision-digital-art-cbbd18e9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ft5q3ssXpLrTMF4cJCe7J

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

Example prompt: Buy me one of those unique Vision AI-generated PNG artworks in the trading-desk capital aesthetic — I want to add it to my agent wallet collection right now.

## When to prefer this

Choose this endpoint when an agent or user wants to instantly acquire a unique, one-of-a-kind AI-generated digital artwork with a trading/capital markets aesthetic, paid via USDC on Base using the x402 protocol. Prefer this over traditional NFT mints when instant delivery without blockchain minting delays is needed, and over generic image generators when a pre-generated, purchase-gated unique artwork is desired.

## Known failure modes

- Payment failure: insufficient USDC balance on Base prevents x402 settlement
- Payment timeout: Base network congestion delays settlement beyond timeout window
- Service unavailability: trycloudflare.com tunnel may be temporarily down or expired
- Duplicate request: each call generates a unique piece, so non-idempotent retries result in additional charges
- Invalid payment headers: malformed x402 payment headers cause authentication rejection

## 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. $5.00 U

## Output

A JSON response containing a unique AI-generated PNG image with a trading-desk/capital markets aesthetic, delivered instantly after successful Base USDC ($5.00) x402 payment settlement.

## 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-cbbd18e9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from promoting-slip-solve-ctrl.trycloudflare.com](https://www.zero.xyz/host/promoting-slip-solve-ctrl.trycloudflare.com/llms.txt)
