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
| Champ | Type | Description |
|---|---|---|
| prompt * | string | Precise description of the visual: subject, mood, composition, and the exact short text to display (or "no text"). |
| format | square | landscape | portrait | Aspect ratio per target network. Default: square. |
| engine | design | photo | auto | design = branded graphic (always available) ; photo = photorealistic (needs OpenAI key) ; auto (default) = photo only when style is "photo" and a key exists. |
| style | photo | illustration | flat_design | minimalist | 3d_render | Visual style |
| brandColor | string | Dominant brand color (hex or name), e.g. "#FF5733" |
| fileName | string | Base 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"} })