Tous les outils

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

ChampTypeDescription
purpose *social_post | blog_header | ad_banner | email_header | thumbnailThe intended use of the image
topic *stringTopic or subject of the image
brandobjectOptional brand guidelines
dimensionsstringCustom 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":"…"} })