# imagegen.coinopai.com — Transform Presets List

> imagegen.coinopai.com — Transform Presets List is a paid API for AI agents from imagegen.coinopai.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns all 58 available identity-preserving image-to-image transform presets with their IDs, titles, taglines, and subject type (person or pet)

## Facts

- Endpoint: GET https://imagegen.coinopai.com/presets
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/imagegen-coinopai-com-transform-presets-list-98830569
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eWqG7fVlzxpJiKzcJN6JM

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 imagegen-coinopai-com-transform-presets-list-98830569
```

Example prompt: Before I run the photo transform, show me all the available preset styles on imagegen.coinopai.com so I can pick the right one — I want to know which ones work with pet photos and what their IDs are.

## When to prefer this

Use this endpoint before calling the /transform endpoint to discover available preset IDs, titles, and subject-type requirements. At $0.005 it is the cheapest possible way to browse options before committing $0.75 to an actual image transform. Prefer this when you need to programmatically select or display available styles, or when the user hasn't yet decided which transform to apply.

## Known failure modes

- Service unavailable (5xx) if the imagegen.coinopai.com backend is down
- Payment failure if the $0.005 USDC x402 micropayment is not completed
- Unexpected empty or malformed JSON if a deployment issue affects the static endpoint

## How this service works

List the transform presets for /transform: 58 identity-preserving image-to-image recipes (action figure, pet royalty, CEO portrait, cartoon villain, fantasy poster, storybook hero, pet astronaut and more) with id, title, tagline and whether each expects a person or a pet photo. Static JSON, answers in milliseconds. Spend $0.005 here before spending $0.75 on a transform.

## Output

A static JSON response containing the full list of 58 transform presets, each with a unique ID, title, tagline, and a flag indicating whether the preset expects a person or pet photo. Also includes total count, usage instructions, terms, and an aspect guide for optimal image dimensions.

## 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"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "count": {
       "type": "integer"
      },
      "terms": {
       "type": "string"
      },
      "usage": {
       "type": "string"
      },
      "presets": {
       "type": "array"
      },
      "aspect_guide": {
       "type": "object"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/imagegen-coinopai-com-transform-presets-list-98830569/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from imagegen.coinopai.com](https://www.zero.xyz/host/imagegen.coinopai.com/llms.txt)
