Marketing · generate_marketing_image_prompt
Prompt d'image
Prompt détaillé pour une image marketing.
- Prix
- usage IA du plan
- Prérequis
- Aucun connecteur
- fonctionne sur les clés plateforme
- Validation humaine
- Non
- lecture ou écriture interne
Entrée
| Champ | Type | Description |
|---|---|---|
| purpose * | social_post | blog_header | ad_banner | email_header | thumbnail | The intended use of the image |
| topic * | string | Topic or subject of the image |
| brand | object | Optional brand guidelines |
| dimensions | string | Custom dimensions (e.g. "1200x628px") |
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_marketing_image_prompt","input":{"purpose":"social_post","topic":"…","brand":"…","dimensions":"…"}}'$
run({ "tool": "generate_marketing_image_prompt", "input": {"purpose":"social_post","topic":"…","brand":"…","dimensions":"…"} })