Prompt Styles — a curated FLUX prompt-engineering cheat sheet: 12 proven style recipes, an
Prompt Styles — a curated FLUX prompt-engineering cheat sheet: 12 proven style recipes, an aspect-ratio guide, and a tier picker for the paid /generate endpoints. Static JSON, answers in milliseconds. Spend $0.001 here before spending $0.25-$0.75 on a generation.
1000 (raw units)
price
3
calls / 30d
3
unique payers
2026-09-17
updated
Provider
imagegen.coinopai.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x4C1a4FcE51Fea51f128a01ccE8BecB106d391155",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "1000",
"maxTimeoutSeconds": 1800
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"queryParams": {},
"type": "http"
},
"output": {
"example": {
"count": 12,
"styles": [
{
"name": "editorial-tech",
"template": "minimalist editorial tech illustration of {subject}, dark navy background, glowing blue accent, cinematic lighting, no text"
}
]
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {},
"required": [],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"aspect_guide": {
"type": "object"
},
"count": {
"type": "integer"
},
"styles": {
"type": "array"
},
"tier_guide": {
"type": "object"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
},
"offer-receipt": {
"info": {
"offers": [
{
"acceptIndex": 0,
"format": "eip712",
"payload": {
"amount": "1000",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"network": "eip155:8453",
"payTo": "0x4C1a4FcE51Fea51f128a01ccE8BecB106d391155",
"resourceUrl": "https://imagegen.coinopai.com/prompt-styles",
"scheme": "exact",
"validUntil": 1789618167,
"version": 1
},
"signature": "0xb4a8a91bbfdc3c270507ad9097d60f6f3c52114fd74faceaa1851b7157a15f8900f1f023be20a8058fa01b46f38298355129d3279ad3d18bc56fbe81a1610f8c1c"
}
]
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"offers": {
"items": {
"properties": {
"acceptIndex": {
"type": "integer"
},
"format": {
"type": "string"
},
"payload": {
"properties": {
"amount": {
"type": "string"
},
"asset": {
"type": "string"
},
"network": {
"type": "string"
},
"payTo": {
"type": "string"
},
"resourceUrl": {
"type": "string"
},
"scheme": {
"type": "string"
},
"validUntil": {
"type": "integer"
},
"version": {
"type": "integer"
}
},
"required": [
"version",
"resourceUrl",
"scheme",
"network",
"asset",
"payTo",
"amount"
],
"type": "object"
},
"signature": {
"type": "string"
}
},
"required": [
"format",
"signature"
],
"type": "object"
},
"type": "array"
}
},
"required": [
"offers"
],
"type": "object"
}
},
"payment-identifier": {
"info": {
"required": false
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"id": {
"maxLength": 128,
"minLength": 16,
"pattern": "^[a-zA-Z0-9_-]+$",
"type": "string"
},
"required": {
"type": "boolean"
}
},
"required": [
"required"
],
"type": "object"
}
}
}Use it
curl
curl "https://imagegen.coinopai.com/prompt-styles" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://imagegen.coinopai.com/prompt-styles");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://imagegen.coinopai.com/prompt-styles")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/5881.json, and this resource appears in /discovery/resources and /discovery/search.