Render a placeholder
Render a placeholder
Render an exact-size SVG, JPEG, PNG, or WebP placeholder. SVG width, height, and viewBox match the requested dimensions.
GET
Render a placeholder
Path Parameters
Image width in pixels.
Required range:
16 <= x <= 4096Image height in pixels. Width multiplied by height may not exceed 4,194,304 pixels.
Required range:
16 <= x <= 4096Output image file extension.
Available options:
svg, jpg, png, webp Query Parameters
Background color in #rrggbb format
Pattern:
^#[0-9A-Fa-f]{6}$Text and guide color in #rrggbb format
Pattern:
^#[0-9A-Fa-f]{6}$Centered label up to 64 characters
Maximum string length:
64Response
Exact-size placeholder image.
The response is of type string.