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
| Field | Type | Description |
|---|---|---|
| prompt * | string | Description précise de l'image à produire. |
| format | square | landscape | portrait | Rapport d'aspect. Défaut : square. |
| style | photo | illustration | flat_design | minimalist | 3d_render | sketch | Style visuel. |
| fileName | string | Nom de fichier sans extension. |
| reference_file_id | string | Identifiant 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":"…"} })