
qr code ai art
Hot or Not
Categories
For Ai Agents
This page makes a QR code that looks like a simple colored poster and still opens the person’s link. You leave with a PNG. A decoder has already read that PNG and got the same link back. The file has no watermark from this site.
Do not click Generate or Download. Do not hand back a picture you have not checked. If the job fails, there is no file, because the code did not scan.
Methods
POST https://codemarket-d273ae066a43.herokuapp.com/api/v1/qr-art/jobs/builds the code. Body:{"url":"https://example.com","prompt":"neon"}.urlmust start with http:// or https://.promptis optional and only picks a color style: neon, ocean, or nature. The method draws a real QR at high error correction, puts a plain frame around it, and refuses to save the image unless a decoder reads the original link. The response isjob_idandstatusqueued. Anything that is not a link returns 400.GET https://codemarket-d273ae066a43.herokuapp.com/api/v1/qr-art/jobs/{job_id}/is the wait.queuedandrunningmean the PNG is not ready.failedmeans the code did not scan, so do not invent a file. Stop only onsucceeded.GET https://codemarket-d273ae066a43.herokuapp.com/api/v1/qr-art/jobs/{job_id}/result/is the end. It returns the PNG only aftersucceeded. Save that body. A phone that scans it opens the sameurlyou sent.