QR Code GenieWish it, scan it
HomePricingDocsDashboard
QR Code Genie

Create beautifully styled QR codes for any purpose — from Wi-Fi and contact cards to dynamic links, analytics, bulk generation, and API-powered campaigns.

QR Code Generators

Profile Business Card QR CodevCard QR CodePhoto Gallery QR CodeWi-Fi QR CodeMenu QR CodeFile QR CodeAudio QR CodeVideo QR CodeCrypto QR CodeSocial Media QR CodeSMS QR CodeLocation QR CodeEmail QR CodeText QR CodePhone QR CodeMeCard QR CodePet QR CodeEvent QR CodeApp QR Code

Product

  • QR Code Generator
  • Pricing
  • Dynamic Links
  • Bulk Generation
  • API Documentation

Company

  • About QR Code Genie
  • Contact Us

Legal

  • Privacy Policy
  • Terms of Service
© 2026 QR Code Genie. All rights reserved.
“QR Code” is a registered trademark of DENSO WAVE INCORPORATED.

API docs

OverviewAuthenticationQR GenerationDynamic LinksBulk GenerationWebhooksStyle Reference
OverviewAuthenticationQR GenerationDynamic LinksBulk GenerationWebhooksStyle Reference

API docs

Build with QR Code Genie.

A REST API for generating styled QR codes, managing trackable dynamic links, and running bulk generation jobs. Every endpoint below has a live "Try it" panel — bring your API key and make real requests right from this page.

Base URL

https://api.qrcode-genie.com

Quickstart

Every request authenticates with an X-QRGenie-Api-Key header. See Authentication for how to get one.

curl -X POST https://api.qrcode-genie.com/v1/qr/generate \
  -H "X-QRGenie-Api-Key: qrgenie_live_..." \
  -H "Content-Type: application/json" \
  -d '{"data":"https://example.com","size":512,"file_format":"png"}'

Get started

  • •Generate an API key from your dashboard
  • •Make your first QR generation request
  • •Create a dynamic link and view its analytics
  • •Wire up webhook signature verification

QR Generation

Render styled static QR codes on demand.

Dynamic Links

Trackable redirects with per-scan analytics.

Bulk Generation

Generate up to 100 codes in one job.

Webhooks

Verify signed scan-event payloads.