Tous les outils

Images et voix · generate_social_image

Visuel pour un post

Image pour un post (4 crédits par image).

Prix
4 crédits / image
0,312 € · 0,34 $US · débité par l'outil, au résultat
Prérequis
Aucun connecteur
fonctionne sur les clés plateforme
Validation humaine
Non
lecture ou écriture interne

Entrée

ChampTypeDescription
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"

Appeler cet outil

Via l'API HTTP, ou depuis le serveur MCP avec le méta-outil run.

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"} })