generate_placeholder
Generate placeholder image URLs with custom dimensions, colors, and text. Returns URL plus HTML and Markdown snippets.
Instructions
Generate placeholder image URLs via placehold.co. Supports custom size, colors, text, format, and font. Returns URL plus ready-to-use HTML and Markdown markup.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| font | No | Font name (e.g. 'roboto', 'open-sans', 'montserrat') | |
| text | No | Custom text to display on the image. Default: WIDTHxHEIGHT | |
| sizes | No | Generate multiple placeholders at once. If provided, width/height params are ignored. | |
| width | Yes | Image width in pixels (1-4000) | |
| format | No | Image format: png, jpg, jpeg, gif, webp, svg. Default: png | |
| height | No | Image height in pixels (1-4000). Defaults to same as width. | |
| fontSize | No | Font size in pixels | |
| textColor | No | Text color hex without # (e.g. '333333'). Default: 333333 | |
| backgroundColor | No | Background color hex without # (e.g. 'cccccc'). Default: cccccc |