Generate customizable placeholder images for development and prototyping. Set dimensions, colors, text, font, and output format.
GET /v1/placeholder| Name | Type | Required | Description |
|---|---|---|---|
| width | integer | Yes | Image width in pixels |
| height | integer | No | Image height in pixels (defaults to width) |
| bg | string | No | Background color (hex without #) |
| color | string | No | Text color (hex without #) |
| text | string | No | Custom text to display |
curl "https://api.toolcenter.dev/v1/placeholder?width=800&height=400&bg=6366f1&color=ffffff&text=Hero+Image" \
-H "Authorization: Bearer YOUR_API_KEY" \
--output placeholder.png
Mockups and wireframes during development
Fill empty image slots in CMS
Generate test images for automated testing
Create size reference images for design specs
500 free API calls per month. No credit card required.
Get Started Free