Placeholder Image
Generate SVG placeholder images on-the-fly. Custom sizes, colors, text, patterns, and gradients. Perfect for prototyping and development.
Placeholder Image endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
healthCheck /health |
Check API availability and service status. This endpoint does not require authentication. |
| v1 | ||
| GET |
get_v1_tiers /v1/tiers |
Returns the available subscription tiers and their rate limits. |
| GET |
get_v1_preset /v1/preset/{name} |
Generate a placeholder image using a named preset size (e.g., hero, thumbnail, avatar, og). |
| GET |
get_v1_docs /v1/docs |
Get API documentation and pricing info |
| GET |
get_v1_presets /v1/presets |
Get an object of all available placeholder presets with their dimensions. |
| GET |
get_v1_pattern /v1/pattern/{width}/{height} |
Generate an SVG image with a repeating pattern (grid, dots, lines, or crosshatch). |
| GET |
get_v1_placeholder /v1/{width}/{height} |
Generate an SVG placeholder image with custom dimensions and styling. Returns SVG by default, or base64 JSON when format=base64. |
| GET |
get_v1_gradient /v1/gradient/{width}/{height} |
Generate an SVG image with a gradient background. |
| Other endpoints | ||
| GET |
get_v1_tiers /v1/tiers |
Returns the available subscription tiers and their rate limits. |
| GET |
get_v1_presets /v1/presets |
Get an object of all available placeholder presets with their dimensions. |
| GET |
get_v1_preset /v1/preset/{name} |
Generate a placeholder image using a named preset size (e.g., hero, thumbnail, avatar, og). |
| GET |
get_v1_placeholder /v1/{width}/{height} |
Generate an SVG placeholder image with custom dimensions and styling. Returns SVG by default, or base64 JSON when format=base64. |
| GET |
get_v1_pattern /v1/pattern/{width}/{height} |
Generate an SVG image with a repeating pattern (grid, dots, lines, or crosshatch). |
| GET |
get_v1_gradient /v1/gradient/{width}/{height} |
Generate an SVG image with a gradient background. |
| GET |
get_v1_docs /v1/docs |
Get API documentation and pricing info |
| GET |
healthCheck /health |
Check API availability and service status. This endpoint does not require authentication. |
Placeholder Image pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $9.99 / month | 30 / minute |
|
| ULTRA Recommended | $49.99 / month | 150 / minute |
|
| MEGA | $199 / month | 500 / minute |
|