Skip to content
clusters: prooflayer · edgemarket · edgefinance · synthforge · mediakit · wordmint · webprobe · locale · comppoint
$ man image-expand

/image-expand(1)

agentutility / synthforge / image-expand
PRICE / CALL
$0.15
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
synthforge
CATEGORY
ai
STATUS
live
NAME
image-expand ai image outpainting / image expansion
SYNOPSIS
POST https://x402.org/v1/image-expand
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

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

AI image outpainting / image expansion. Bria Expand model. Generates realistic content beyond original borders. Set canvas size + original placement. Commercial-license model.

INPUTrequest schema
propertytypedescriptionreq?
image_urlstringPublic URL of the source image.required
canvas_widthnumberFinal canvas width in pixels (256-4096).required
canvas_heightnumberFinal canvas height in pixels (256-4096).required
original_widthnumberWidth to render the original at within the new canvas.optional
original_heightnumberHeight to render the original at within the new canvas.optional
original_xnumberX position of the original (top-left) within the canvas.optional
original_ynumberY position of the original (top-left) within the canvas.optional
promptstringOptional guidance for the generated regions.optional
seednumberOptional seed for reproducibility (0 to 2^31-1).optional
OUTPUTresponse shape
fieldtypedescription
image_urlstringURL of the outpainted image with generated content extending beyond the original borders.
widthnumberFinal canvas width in pixels after expansion.
heightnumberFinal canvas height in pixels after expansion.
file_size_bytesnumberSize of the output image file in bytes.
seednumberRandom seed used by the Bria Expand model for this generation, reusable for reproducible results.
source_urlstringURL of the original input image that was expanded.
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.org/v1/image-expand \
  -H 'Content-Type: application/json' \
  -d '{ }'
first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# install once
claude mcp add x402 --command "npx x402-deployer-mcp"

# then ask Claude Code:
# "use the image-expand tool to ..."
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
outpaintexpandimageaibriagenerative
env
FAL_KEY
methods
POST
cluster
synthforge
price
$0.15 USDC per call
ADJACENTother endpoints in synthforge
endpointdescriptionprice
image-generate-proImage generate (pro) / premium text-to-image / Flux 2 Pro / Recraft / Seedream / Qwen Image 2 Pro / xAI Grok Imagine.$0.10
image-to-videoImage-to-video / animate still image / Seedance image-to-video / motion-from-photo / camera-movement on photo.$0.20
seedance-videoSeedance 2.0 / Seedance 2.0 video generation / Seedance video AI / generative AI video / text-to-video AI / cinematic AI clips on AI Gateway.$0.20
text-to-videoText-to-video / AI video / Seedance / generative video / cinematic clip from prompt.$0.20
remove-bgAI background remover / background eraser / cutout tool.$0.08
music-generateMusic generation / text-to-music / AI music / generative song / instrumental and vocal music.$0.05
text-to-speechText to speech / TTS / voice generator.$0.05
voiceText-to-speech / TTS / voice synthesis.$0.05
SEE ALSO
agentutility(7) · synthforge(7) · x402(7) · mcp(7) · llms.txt · registry.json · bazaar.x402.org