Skip to main content
GET
Render a square placeholder

Path Parameters

size
integer
required

Image width and height in pixels.

Required range: 16 <= x <= 2048
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 square placeholder image.

The response is of type string.