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

/real-estate-hero-expand

agentutility / synthforge / real-estate-hero-expand
PRICE / CALL
$0.15
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
synthforge
CATEGORY
uncategorized
STATUS
live
NAME
real-estate-hero-expand expands room, exterior, and neighborhood photos into wide property-page and ad hero canvases
synonym alias of image-expand — reuses the canonical handler.
SYNOPSIS
POST https://x402.agentutility.ai/real-estate-hero-expand
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

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

Expands room, exterior, and neighborhood photos into wide property-page and ad hero canvases. Same image-expand backend. Use it as a real estate hero image expand API, listing banner outpaint, or property website image extender.

INPUTrequest schema
propertytypedescriptionreq?
image_urlstringSource image URL to expand.required
canvas_widthnumberTarget canvas width in pixels. 256-4096.required
canvas_heightnumberTarget canvas height in pixels. 256-4096.required
original_widthnumberWidth of the original image within the new canvas. Optional; must pair with original_height.optional
original_heightnumberHeight of the original image within the new canvas. Optional; must pair with original_width.optional
original_xnumberX offset of the original image within the new canvas. Optional; must pair with original_y.optional
original_ynumberY offset of the original image within the new canvas. Optional; must pair with original_x.optional
promptstringText hint describing what to generate in the expanded area. Optional.optional
seednumberRandom seed for reproducible output. Optional; random if omitted.optional
OUTPUTresponse shape
fieldtypedescription
image_urlstring
widthstring
heightstring
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/real-estate-hero-expand \
  -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 real-estate-hero-expand tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
synthforgerealestateheroexpandreal-estate-hero-expand
methods
POST
cluster
synthforge
price
$0.15 USDC per call
ADJACENTother endpoints in synthforge
endpointdescriptionprice
ad-banner-image-expandExpands existing images into wide, square, or portrait ad banner placements.$0.15
app-store-screenshot-expandExpands mobile app screenshots into store, ad, and product-page layouts.$0.15
banner-image-expandStretches an existing product or brand photo into a wide banner, hero, or ad canvas by generating new background content around it rather…$0.15
course-thumbnail-expandExpands existing screenshots, instructor photos, or diagrams into 16:9 course thumbnails.$0.15
email-header-image-expandExpands existing product, event, or editorial images into wide email-header canvases.$0.15
image-expandExtends a source photo onto a larger canvas, generating realistic new background and content beyond its original edges instead of just st…$0.15
linkedin-banner-expandExpands existing photos into wide LinkedIn banner and social-profile header canvases.$0.15
marketplace-product-expandExpands marketplace product images, adapting product shots to marketplace, catalog, and ad aspect ratios.$0.15
SEE ALSO
agentutility · synthforge · x402 · mcp · llms.txt · registry.json · bazaar.x402.org