🖼️
Image Generation
Create images from text prompts
🎨 Media & VisionAPIMCPSDK
Overview
Generate and edit images on demand. Agents can illustrate reports, produce thumbnails or create assets, with control over size, style and seed for reproducibility.
Call it from any agent
curl https://api.agishub.com/v1/tools/image \
-H "Authorization: Bearer $AGISHUB_KEY" \
-H "Content-Type: application/json" \
-d '{ "prompt": "isometric robot in a server room", "size": "1024" }'Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| prompt | string | Yes | Image description. |
| size | string | No | 512 | 1024 | 1792. |
| style | string | No | natural | vivid. |