$ man course-thumbnail-image-generate
/course-thumbnail-image-generate
PRICE / CALL
$0.01
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
synthforgeCATEGORY
uncategorized
STATUS
● live
NAME
course-thumbnail-image-generate — course thumbnail image generator api / education cover art / tutorial hero image
synonym alias of image-generate — reuses the canonical handler.
SYNOPSIS
POST https://x402.agentutility.ai/course-thumbnail-image-generate
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call →
402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.DESCRIPTION
Course thumbnail image generator API / education cover art / tutorial hero image. Same fast image-generate backend, discoverable for agents creating SFW course thumbnails, lesson covers, learning-path artwork, and academy launch visuals without text rendering.
INPUT — request schema
| property | type | description | req? |
|---|---|---|---|
| prompt | string | Image description. Up to 2000 chars. | required |
| width | number | Output width in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024. | optional |
| height | number | Output height in pixels. Range [256, 2048], snapped to multiples of 16. Default 1024. | optional |
| tier | string | Model shorthand. Default 'fast'. enum: fast · creative · anime · sd35 | optional |
| model | string | Override the model. Must be one of: z-image-turbo, chroma, wai-Illustrious, venice-sd35. | optional |
| steps | number | Diffusion steps. Optional; depends on model. | optional |
| cfg_scale | number | Classifier-free guidance scale. Optional. | optional |
| seed | number | Random seed. Optional. | optional |
| negative_prompt | string | Negative prompt. Optional. | optional |
OUTPUT — response shape
| field | type | description |
|---|---|---|
| image_url | string | — |
| model | string | — |
| width | string | — |
| height | string | — |
| source | string | — |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/course-thumbnail-image-generate \
-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 course-thumbnail-image-generate tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- synthforgecoursethumbnailimagegeneratecourse-thumbnail-image-generate
- methods
- POST
- cluster
- synthforge
- price
- $0.01 USDC per call
ADJACENT — other endpoints in synthforge
| endpoint | description | price |
|---|---|---|
| ad-creative-image-generate | Ad creative image generator API / campaign visual generator / paid social creative. | $0.01 |
| app-icon-image-generate | App icon generator API / mobile icon concept / SaaS icon image generation. | $0.01 |
| blog-header-image-generate | Blog header image generator API / article hero image / editorial illustration generator. | $0.01 |
| book-cover-image-generate | Book cover image generator API / ebook cover concept / publishing creative. | $0.01 |
| brand-logo-concept-image | Brand logo concept image API / startup logo visual ideation / mark concept generator. | $0.01 |
| ecommerce-lifestyle-image-generate | Ecommerce lifestyle image generator API / product lifestyle creative / marketplace campaign image. | $0.01 |
| event-poster-image-generate | Event poster image generator API / conference visual / meetup campaign image. | $0.01 |
| fashion-lookbook-image-generate | Fashion lookbook image generator API / apparel campaign visual / style mood board. | $0.01 |
SEE ALSO