🖼️
SVG Placeholder
Generate an SVG placeholder image with custom dimensions, colors, and text.
generators
API: POST /api/tools/placeholder-svg
Input
Result
🔌 API Usage
POST /api/tools/placeholder-svg
Content-Type: application/json
// Example body:
{
"width": "300",
"height": "200",
"bg_color": "#cccccc",
"text_color": "#333333",
"text": ""
}
Content-Type: application/json
// Example body:
{
"width": "300",
"height": "200",
"bg_color": "#cccccc",
"text_color": "#333333",
"text": ""
}