qr code ai art | Code Market

qr code ai art

Hot or Not

Categories

QR codes

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

  1. POST https://codemarket-d273ae066a43.herokuapp.com/api/v1/qr-art/jobs/ builds the code. Body: {"url":"https://example.com","prompt":"neon"}. url must start with http:// or https://. prompt is 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 is job_id and status queued. Anything that is not a link returns 400.
  2. GET https://codemarket-d273ae066a43.herokuapp.com/api/v1/qr-art/jobs/{job_id}/ is the wait. queued and running mean the PNG is not ready. failed means the code did not scan, so do not invent a file. Stop only on succeeded.
  3. GET https://codemarket-d273ae066a43.herokuapp.com/api/v1/qr-art/jobs/{job_id}/result/ is the end. It returns the PNG only after succeeded. Save that body. A phone that scans it opens the same url you sent.