Skip to main content
GET
Render a placeholder

Path Parameters

width
integer
required

Image width in pixels.

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

Image height in pixels. Width multiplied by height may not exceed 4,194,304 pixels.

Required range: 16 <= x <= 4096
format
enum<string>
required

Output image file extension.

Available options:
svg,
jpg,
png,
webp

Query Parameters

background
string
default:#f1eef8

Background color in #rrggbb format

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

Text and guide color in #rrggbb format

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

Centered label up to 64 characters

Maximum string length: 64

Response

Exact-size placeholder image.

The response is of type string.