# GoCreative AI Image Generation

> GoCreative AI Image Generation is a paid API for AI agents from api.gocreativeai.com, paid per call via x402, $0.04/call, status unknown (last checked 2026-09-09).

Generates an AI image based on a text prompt or argument, paid per call via USDC on Base using x402

## Facts

- Endpoint: GET https://api.gocreativeai.com/v1/ai/image/%7Barg%7D
- Price: $0.04/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-09
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/gocreative-ai-image-generation-4d1432e4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RHBJtOrQb1tCiv6_WA1Al

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 gocreative-ai-image-generation-4d1432e4
```

Example prompt: Generate an AI image of a futuristic cityscape at sunset with neon lights reflecting off wet streets — use GoCreative's pay-per-call image API with the prompt as the argument.

## When to prefer this

Choose this endpoint when you need on-demand AI image generation with no API key or signup overhead, paying only per call in USDC on Base via x402 protocol — ideal for autonomous AI agents that need to generate images programmatically with crypto micropayments.

## Known failure modes

- Missing required 'input' query parameter returns validation error
- Invalid or empty prompt may return a low-quality or error response
- Payment failure via x402/USDC results in 402 Payment Required
- Prompt contains disallowed or NSFW content leading to rejection
- Network timeout for complex image generation requests

## How this service works

483,000+ pay-per-call data APIs and free tools built on official sources — finance, company &amp; government data, FRED, Census, crypto, calculators. USDC on Base via x402, native MCP. No API key, no signup.

## Output

An AI-generated image returned in response to the provided text prompt or argument, delivered without requiring API key or signup, billed at $0.04 USDC per call via x402 on Base.

## 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"
    },
    "pathParams": {
     "type": "object"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "input"
     ],
     "properties": {
      "input": {
       "type": "string",
       "description": "endpoint argument"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/gocreative-ai-image-generation-4d1432e4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.gocreativeai.com](https://www.zero.xyz/host/api.gocreativeai.com/llms.txt)
