Skip to main content
GET
Render a placeholder

Path Parameters

format
enum<string>
required

Output image file extension.

Available options:
svg,
jpg,
png,
webp

Query Parameters

size
integer

Logical square width and height in pixels. Provide this parameter without width or height.

Required range: 16 <= x <= 2048
width
integer

Logical image width in pixels. Provide this parameter with height and without size.

Required range: 16 <= x <= 4096
height
integer

Logical image height in pixels. Provide this parameter with width and without size. Logical width multiplied by height may not exceed 4,194,304 pixels.

Required range: 16 <= x <= 4096
density
enum<integer>

Optional raster pixel-density multiplier. This parameter is only valid for JPEG, PNG, and WebP; omit it for standard density. Rendered dimensions remain subject to output pixel limits.

Available options:
2,
3
background
string
default:#f1eef8

Six- or eight-digit hexadecimal background color, with an optional leading #. Eight-digit colors use #rrggbbaa syntax. SVG, PNG, and WebP preserve alpha; JPEG composites it over white.

Pattern: ^#?[0-9A-Fa-f]{6}([0-9A-Fa-f]{2})?$
color
string
default:#6d28d9

Six- or eight-digit hexadecimal text color, with an optional leading #. Eight-digit colors use #rrggbbaa syntax. SVG, PNG, and WebP preserve alpha; JPEG composites it over white.

Pattern: ^#?[0-9A-Fa-f]{6}([0-9A-Fa-f]{2})?$
text
string

Centered label up to 64 characters.

Maximum string length: 64

Response

Exact-size placeholder image.

The response is of type string.