All tools

Images & voice · generate_social_image

Social image

Image for a post (4 credits per image).

Price
4 credits / image
€0.312 · $0.34 · debited by the tool, per result
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

FieldTypeDescription
prompt *stringPrecise description of the visual: subject, mood, composition, and the exact short text to display (or "no text").
formatsquare | landscape | portraitAspect ratio per target network. Default: square.
enginedesign | photo | autodesign = branded graphic (always available) ; photo = photorealistic (needs OpenAI key) ; auto (default) = photo only when style is "photo" and a key exists.
stylephoto | illustration | flat_design | minimalist | 3d_renderVisual style
brandColorstringDominant brand color (hex or name), e.g. "#FF5733"
fileNamestringBase file name without extension, e.g. "campagne-rentree-linkedin"

Call this tool

Through the HTTP API, or from the MCP server with the run meta-tool.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"generate_social_image","input":{"prompt":"…","format":"square","engine":"design","style":"photo"}}'
$run({ "tool": "generate_social_image", "input": {"prompt":"…","format":"square","engine":"design","style":"photo"} })