Images & voice · generate_social_image
Social image
Image for a post (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 | Precise description of the visual: subject, mood, composition, and the exact short text to display (or "no text"). |
| format | square | landscape | portrait | Aspect ratio per target network. Default: square. |
| engine | design | photo | auto | design = branded graphic (always available) ; photo = photorealistic (needs OpenAI key) ; auto (default) = photo only when style is "photo" and a key exists. |
| style | photo | illustration | flat_design | minimalist | 3d_render | Visual style |
| brandColor | string | Dominant brand color (hex or name), e.g. "#FF5733" |
| fileName | string | Base file name without extension, e.g. "campagne-rentree-linkedin" |
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_social_image","input":{"prompt":"…","format":"square","engine":"design","style":"photo"}}'$
run({ "tool": "generate_social_image", "input": {"prompt":"…","format":"square","engine":"design","style":"photo"} })