Generate QR Art V5
Generate QR Art image with V5 model.
Submit an prediction request
POST
https://api.quickqr.art/v1/predictions/queue
Headers
Name | Type | Description |
---|---|---|
x-api-key* | String | <your-api-key> |
Request Body
Name | Type | Description |
---|---|---|
workflow* | String | Fixed value: |
qrContent* | String | Content of QR (link, text, phone, email, ...). |
prompt* | String | The prompt to generate. |
negativePrompt | String | The negative prompt (what you don't want to see in the generated images.) |
seed | integer | Seed number to create a field of visual noise, similar to television static, as a starting point for generating the initial image grids. Range: Default value: |
steps | integer | Balance steps is how many time the image is sampled. More steps maybe more artistic but also reduce the QR scanability . |
qrStrength | float | QR Weight determines how much the final image will portray your QR. Range: |
cfg | float | How much the image generation process follows the |
model | enum | Available options:
|
batchSize | integer | Num outputs. |
enhance | enum | Available options: If value is |
aspectRatio | enum | Aspect ratio of the outputs. Available options:
|
webhook | String | An HTTPS URL for receiving a webhook when the prediction has new output. The webhook will be a POST request where the request body is the same as the response body of the get prediction operation. If there are network problems, we will retry the webhook a few times, so make sure it can be safely called more than once. |
resolution | enum | |
qrCodePartern | enum | The pattern used to generate classic qr code. Understand pattern here. Available options:
|
qrX | integer | X position for QR code. |
qrY | integer | Y position for QR code. |
qrRatio | float | Ratio of QR code in output. |
preset | String | Presets List use for creating QR Art Available options: here |
Example curl request:
Size corresponds to aspect ratio and resolution
AspectRatio | SD | HD | FullHD | UltraHD |
---|---|---|---|---|
1:1 | 768x768 | 960x960 | 1440x1440 | 2880x2880 |
3:4 | 672x896 | 840x1120 | 1248x1664 | 2592x3456 |
4:3 | 896x672 | 1120x840 | 1664x1248 | 3456x292 |
9:16 | 576x1024 | 720x1280 | 1080x1920 | 2160x3840 |
16:9 | 1024x576 | 1280x720 | 1920x1080 | 3840x2160 |
List Preset
Preset | Image |
---|---|
3d-model | |
analog film | |
anime | |
cinematic | |
comic book | |
craft clay | |
digital art | |
enhance | |
fantasy art | |
isometric | |
line art | |
lowpoly | |
neonpunk | |
origami | |
photographic | |
pixel art | |
texture | |
ads-advertising | |
ads-automotive | |
ads-corporate | |
ads-fashion editorial | |
ads-food photography | |
ads-luxury | |
ads-real estate | |
ads-retail | |
artstyle-abstract | |
artstyle-art deco | |
artstyle-art nouveau | |
artstyle-constructivist | |
artstyle-cubist | |
artstyle-expressionist | |
artstyle-graffiti | |
artstyle-hyperrealism | |
artstyle-impressionist | |
artstyle-pointillism | |
artstyle-pop art | |
artstyle-psychedelic | |
artstyle-renaissance | |
artstyle-steampunk | |
artstyle-surrealist | |
artstyle-typography | |
artstyle-watercolor | |
futuristic-biomechanical | |
futuristic-biomechanical cyberpunk | |
futuristic-cybernetic | |
futuristic-cybernetic robot | |
futuristic-cyberpunk cityscape | |
futuristic-futuristic | |
futuristic-retro cyberpunk | |
futuristic-retro futurism | |
futuristic-sci-fi | |
futuristic-vaporwave | |
game-bubble bobble | |
game-cyberpunk game | |
game-fighting game | |
game-gta | |
game-mario | |
game-minecraft | |
game-pokemon | |
game-retro arcade | |
game-retro game | |
game-rpg fantasy game | |
game-strategy game | |
game-streetfighter | |
game-zelda | |
papercraft-collage | |
papercraft-flat papercut | |
papercraft-kirigami | |
papercraft-paper mache | |
papercraft-paper quilling | |
papercraft-papercut collage | |
papercraft-papercut shadow box | |
papercraft-stacked papercut | |
papercraft-thick layered papercut | |
photo-alien | |
photo-film noir | |
photo-hdr | |
photo-long exposure | |
photo-neon noir | |
photo-silhouette | |
photo-tilt-shift | |
misc-architectural | |
misc-disco | |
misc-dreamscape | |
misc-dystopian | |
misc-fairy tale | |
misc-gothic | |
misc-grunge | |
misc-horror | |
misc-kawaii | |
misc-lovecraftian | |
misc-macabre | |
misc-manga | |
misc-metropolis | |
misc-minimalist | |
misc-monochrome | |
misc-nautical | |
misc-space | |
misc-stained glass | |
misc-techwear fashion | |
misc-tribal | |
misc-zentangle |
Last updated