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

/image-generate-localize

agentutility / compose / image-generate-localize
PRICE / CALL
$0.04
USDC · base mainnet · scheme: exact
METHOD
POST
CLUSTER
compose
CATEGORY
uncategorized
STATUS
live
NAME
image-generate-localize generates an image from a text prompt and returns a localized caption to go with it in one call
SYNOPSIS
POST https://x402.agentutility.ai/image-generate-localize
     Content-Type: application/json
     X-PAYMENT:    <signed-transferWithAuthorization>

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

Generates an image from a text prompt and returns a localized caption to go with it in one call. Composite: one call runs image-generate + translate in parallel. Built for agents assembling a social post image, a multilingual creative asset, or a localized ad variant where a caller would otherwise fire off a text-to-image API and a translate API as two separate paid calls. Send a prompt and a target_language (optionally a separate caption if the on-image text should differ from the generation prompt); get back the generated image URL plus the caption in both the original text and the localized translation. Image generation is required; translation degrades the response instead of failing the call if its upstream is slow or down. Use it as an image generation API with built-in localization, a social post image generator, or a multilingual creative asset tool.

INPUTrequest schema
propertytypedescriptionreq?
promptstringText prompt to generate the image from. Max 2000 chars.required
target_languagestringTarget language name or ISO code for the localized caption (e.g. 'French', 'fr'). Max 60 chars.required
captionstringOptional caption text to localize instead of the prompt, when the on-image or post text should differ from the generation prompt. Max 2000 chars.optional
OUTPUTresponse shape
fieldtypedescription
image_urlstring
captionstring
composed_ofstring
componentsstring
degradedstring
EXAMPLEStwo ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/image-generate-localize \
  -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 image-generate-localize tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
tags
composeimagegeneratelocalizeimage-generate-localizeimage generationtranslate
methods
POST
cluster
compose
price
$0.04 USDC per call
ADJACENTother endpoints in compose
endpointdescriptionprice
agent-input-guardOne guardrail call an agent makes before trusting untrusted inbound text — a scraped webpage, an email, a tool result, or a user message.$0.04
article-briefAnalyzes a news article from its URL into a summary, named entities, and sentiment in one call.$0.04
company-verify-packChecks that a company exists and its public signals are consistent, in one call: profile, registrar, domain age, and TLS.$0.04
content-quality-packRuns the standard pre-publish content checks on text in one call: AI-detection, PII scan, moderation, and sentiment.$0.04
contract-trust-packGathers smart-contract due-diligence data in one call: source verification, honeypot simulation, and LP lock check.$0.04
defi-protocol-dossierProfiles a DeFi protocol's TVL and yield pools in one call using DeFiLlama data.$0.04
domain-dossierBuilds a full domain report in one call: WHOIS, DNS, TLS, age, risk, and DMARC.$0.04
image-caption-localizeCaptions an image and translates the caption into any of 100+ languages in one call.$0.04
SEE ALSO
agentutility · compose · x402 · mcp · llms.txt · registry.json · bazaar.x402.org