Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint · rollforge · bestiary · statline · matchpoint · retail · agentops · browserworkflow · modelrouter · compose
$ man creature-image

/creature-image

agentutility / bestiary / creature-image
PRICE / CALL
$0.08
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
bestiary
CATEGORY
uncategorized
STATUS
live
NAME
creature-image renders any creature as an image and returns a hosted png url
SYNOPSIS
POST https://x402.agentutility.ai/creature-image
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

     { ... }
↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION

Renders any creature as an image and returns a hosted PNG URL. Name a creature from myth, folklore, a novel, a film, a game, or your own description, and pick an art style (fantasy-art, realistic, anime, oil-painting, ink-sketch, watercolor, pixel-art, comic-book). Pairs with the bestiary lookups: read the lore or stat block, then picture the monster. Text-to-image via Venice, output hosted on fal. Use it as a creature image generator API, monster art source, or fantasy creature image maker.

INPUTrequest schema
propertytypedescriptionreq?
creaturestringCreature name, e.g. 'Wendigo', 'Kraken', 'Jabberwock'.required
sourcestringOptional source/universe to disambiguate.optional
descriptionstringOptional extra details to guide the render.optional
stylestringArt style: fantasy-art (default), realistic, anime, oil-painting, ink-sketch, watercolor, pixel-art, comic-book.optional
seednumberOptional integer seed for reproducibility.optional
OUTPUTresponse shape
fieldtypedescription
image_urlstring
creaturestring
stylestring
modelstring
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/creature-image \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>

# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...

# Then call the creature-image tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
bestiarycreatureimagecreature-image
methods
POST
cluster
bestiary
price
$0.08 USDC per call
ADJACENTother endpoints in bestiary
endpointdescriptionprice
bestiary-randomReturns a random creature with a short encyclopedia entry and a fun fact.$0.01
creature-compareCompares any two creatures head-to-head and reasons out who would win.$0.01
creature-identifyIdentifies a creature from a description, set of clues, or half-remembered details.$0.01
creature-loreAn encyclopedia of creatures, monsters, spirits, and beings from any world or source.$0.01
creature-statblockTurns any creature from any world, book, film, game, myth, or song into an original, playable 5e-style stat block.$0.01
SEE ALSO
agentutility · bestiary · x402 · mcp · llms.txt · registry.json · bazaar.x402.org