All tools

Images & voice · generate_image

Generate an image

Image or illustration (4 credits per image).

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
prompt *stringDescription précise de l'image à produire.
formatsquare | landscape | portraitRapport d'aspect. Défaut : square.
stylephoto | illustration | flat_design | minimalist | 3d_render | sketchStyle visuel.
fileNamestringNom de fichier sans extension.
reference_file_idstringIdentifiant d'une image jointe à modifier / décliner (optionnel).

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_image","input":{"prompt":"…","format":"square","style":"photo","fileName":"…"}}'
$run({ "tool": "generate_image", "input": {"prompt":"…","format":"square","style":"photo","fileName":"…"} })