AgisHub
🖼️

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

NameTypeRequiredDescription
promptstringYesImage description.
sizestringNo512 | 1024 | 1792.
stylestringNonatural | vivid.

Related tools