# ApexAPI Image Variations Generator

> ApexAPI Image Variations Generator is a paid API for AI agents from apex-api-gamma.vercel.app, paid per call via x402, $0.110839/call, status unknown (last checked 2026-09-15).

Generates variations of an existing image using AI, returning alternative versions based on the input

## Facts

- Endpoint: POST https://apex-api-gamma.vercel.app/api/ai/image/variations
- Price: $0.110839/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apexapi-image-variations-generator-173a5a38
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_j0nLoNy9QM_Hdvlo9S9BG

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 apexapi-image-variations-generator-173a5a38 -d '<json body>'
```

Example prompt: Can you generate a few AI variations of this image for me? I want to see different creative takes on the same composition — use this source image and give me some alternatives.

## When to prefer this

Use this endpoint when you need AI-generated variations of an existing image without setting up your own OpenAI account or API keys. Ideal for agents that need quick image remixing capabilities and can pay per-call in USDC on Base. Best when you already have a source image and want creative alternatives rather than generating from a text prompt.

## Known failure modes

- Invalid or missing image input returns 400 error
- Payment not included or insufficient USDC returns 402 error
- Image format not supported causes processing failure
- Rate limiting or quota exceeded on underlying AI provider
- Large images may time out or exceed size limits
- Upstream OpenAI API failure cascades to 500 error

## How this service works

Crypto, AI, Social Media, Finance, Weather, Tools &amp; more. Pay per call in USDC on Base. No API keys.

## Output

Returns one or more AI-generated image variations derived from the input image, likely as URLs or base64-encoded image data in a JSON response object.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "query": {
   "type": "string",
   "description": "Search query or input parameter"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "description": "API response data"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/apexapi-image-variations-generator-173a5a38/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apex-api-gamma.vercel.app](https://www.zero.xyz/host/apex-api-gamma.vercel.app/llms.txt)
