v1

latestOpenAPI 3.0.02026-07-13406.0 KB

Generate a QR code (POST)

Generate a QR code based on the provided configuration in the request body.

post/qr

Request body

textstring

The text to be encoded in the QR code.

widthinteger

The width of the QR code in pixels.

heightinteger

The height of the QR code in pixels.

formatstring

The output format of the QR code, e.g., 'png' or 'svg'.

margininteger

The margin around the QR code in pixels.

keystring

QuickChart API key

Response

A generated QR code image.