跳转到主要内容
Create stunning AI-enhanced QR codes for marketing, branding, and creative projects.

Quick start

import requests

API_KEY = "YOUR_API_KEY"

response = requests.post(
    "https://api.acedata.cloud/qrart/generate",
    headers={"Authorization": f"Bearer {API_KEY}"},
    json={
        "content": "https://acedata.cloud",
        "prompt": "A beautiful garden with flowers, watercolor style",
    },
)

result = response.json()
print("QR Art URL:", result.get("image_url"))

Use cases

  • Marketing campaigns — Branded QR codes on flyers and ads
  • Business cards — Artistic QR codes that stand out
  • Product packaging — Beautiful scannable codes
  • Event invitations — Custom-themed QR codes

Next steps