Generate a placeholder image as an SVG string: a solid background with centred bold text (the dimensions by default, or custom text) and a thin border. Returns the SVG, a data: URL for it, and the computed font size. Sizes up to 4000x4000; the page's presets are available by name.
This page documents the HTTP endpoint POST /api/tools/placeholder-image-generator/execute. See the MCP reference →
Call it over REST
POST https://api.findutils.com/api/tools/placeholder-image-generator/execute · no API keys · 60 requests/min per IP
Execute — verified arguments
curl -X POST https://api.findutils.com/api/tools/placeholder-image-generator/execute \
-H "Content-Type: application/json" \
-d '{
"width": 800,
"height": 600,
"text": "Hello"
}' Parameter schema for this endpoint
curl https://api.findutils.com/api/tools/placeholder-image-generator Input schema
| Argument | Type | Required | Description |
|---|---|---|---|
| width | integer | no | Image width in pixels (1-4000). Default 800. Default: 800. |
| height | integer | no | Image height in pixels (1-4000). Default 600. Default: 600. |
| preset | string (Square | HD 720p | Full HD | Instagram Post | Instagram Story | Facebook Cover | Twitter Post | YouTube Thumbnail | Banner (728x90) | Leaderboard (970x250)) | no | A named size preset. When given, it replaces width and height. |
| bg_color | string | no | Background colour as #rgb or #rrggbb. Default "#e2e8f0". Default: "#e2e8f0". |
| text_color | string | no | Text and border colour as #rgb or #rrggbb. Default "#64748b". Default: "#64748b". |
| text | string | no | Custom text. Default: "<width> × <height>". |
Example arguments (verified)
{
"width": 800,
"height": 600,
"text": "Hello"
} Also an MCP tool
Claude, Cursor, and any MCP client can call this tool as
findutils:placeholder_image_generator after one connect command.
Connect once
claude mcp add findutils --transport http https://mcp.findutils.com/ More Generators tools
Barcode Generator
Generate a 1D barcode as an SVG string from text.
Box Shadow Generator
Generate a CSS box-shadow declaration from offset, blur, spread, colour, opacity, and inset settings, or from a named preset (subtle, soft,
Caption Generator
Generate a social-media caption from a topic using built-in templates (no AI): picks a template for the content type and tone, fills in the
Color Palette Generator
Generate a harmonious colour palette from a base hex colour: complementary, analogous, triadic, tetradic, split-complementary, or monochroma
Css Animation Generator
Return CSS @keyframes animation code (or Tailwind config, Web Animations API / React, or Framer Motion code) from a named preset such as fad
Glassmorphism Generator
Generate the CSS for a glassmorphism (frosted glass) card: semi-transparent background, backdrop-filter blur and saturation (with the -webki
Gradient Generator
Generate a CSS linear, radial, or conic gradient from colour stops (2 to 10) and an angle, or from a preset (sunset, ocean, forest, fire, pu
Hashtag Generator
Generate relevant hashtags from keywords using a built-in, rule-based database (no AI): matches keywords against topic categories, scores po