# OnchainExpat x402 Uncensored Image Pro

> OnchainExpat x402 Uncensored Image Pro is a paid API for AI agents from x402.onchainexpat.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Generates high-quality, uncensored AI images via a pay-per-request x402 micropayment API at $0.15 USDC per call

## Facts

- Endpoint: POST https://x402.onchainexpat.com/api/x402-uncensored/image-pro
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/onchainexpat-x402-uncensored-image-pro-d01b229c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DTlNCSashzFE3gritsdM1

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 onchainexpat-x402-uncensored-image-pro-d01b229c -d '<json body>'
```

Example prompt: Generate an uncensored pro-quality image of a dramatic fantasy warrior standing on a cliff at sunset — use the OnchainExpat x402 image-pro endpoint and pay the $0.15 USDC fee.

## When to prefer this

Choose this endpoint when you need uncensored or unrestricted AI image generation with no content filtering, paid on a per-request basis via x402 micropayments in USDC. Prefer this over standard image generation APIs when the content may be flagged by mainstream providers or when you want pay-per-use crypto billing without subscription commitments.

## Known failure modes

- Payment not received or x402 payment verification failed — returns 402 Payment Required
- Invalid or missing prompt — returns 400 Bad Request
- Image generation service unavailable — returns 503
- Rate limit exceeded for the endpoint
- Malformed request body — returns 400

## How this service works

Pay-per-request AI, crypto, proxy, and utility APIs using x402 protocol

## Output

Returns a JSON response containing the generated image, likely as a URL or base64-encoded image data, along with any metadata about the generation request.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "prompt"
 ],
 "properties": {
  "model": {
   "type": "string",
   "description": "Premium model ID (default: flux-2-max). Available: flux-2-max, grok-imagine-image-quality, qwen-image-2-pro, hunyuan-image-v3, flux-2-pro, grok-imagine-image, nano-banana-2"
  },
  "width": {
   "type": "integer",
   "description": "Image width (default: 1024). Valid sizes: 256x256, 512x512, 1024x1024, 1536x1024, 1024x1536"
  },
  "height": {
   "type": "integer",
   "description": "Image height (default: 1024). Must pair with width to form a valid size."
  },
  "prompt": {
   "type": "string",
   "description": "Image description. Be detailed for better results."
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "data": {
   "type": "object",
   "properties": {
    "model": {
     "type": "string"
    },
    "prompt": {
     "type": "string"
    },
    "image_url": {
     "type": "string",
     "description": "URL to generated image (expires in 15 min)"
    }
   }
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/onchainexpat-x402-uncensored-image-pro-d01b229c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.onchainexpat.com](https://www.zero.xyz/host/x402.onchainexpat.com/llms.txt)
