All tools

Advertising · generate_ad_visuals

Ad visuals

Batch visuals in every ad format (4 credits per visual).

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
visuals *array
campaignIdstringCampagne publicitaire interne (ad_campaigns.id) à laquelle rattacher les visuels, si elle existe déjà.
brandNotesstringConsignes de marque appliquées à tous les visuels (palette, ton, interdits).

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_ad_visuals","input":{"visuals":[],"campaignId":"…","brandNotes":"…"}}'
$run({ "tool": "generate_ad_visuals", "input": {"visuals":[],"campaignId":"…","brandNotes":"…"} })