Dent-Picks QR Code Generator API
How to Send Requests
Endpoint: /generate
Method: POST
Request Body Parameters:
- target (string, required) - The URL that the QR code should encode.
- width (integer, optional) - The width of the QR code in pixels. Default is 500.
- track (string, optional) - A tracking parameter to be added to the URL.
-
responseType (string, required) - Choose how to return the QR code:
image or
base64.
-
style (string, optional) - Style name for the QR code (e.g.,
default,
navy, engineRed, coolGrey, skyBlue).
-
utm_* (string, optional) - UTM parameters to be added to the target URL (e.g.,
utm_source, utm_medium, utm_campaign).
Generate QR Code