Documentation
Last updated:
QR Maker is an API-first platform for generating styled QR codes, managing dynamic short links with analytics, and publishing micro-landing pages. Integrate via REST API, MCP server, or ChatGPT Actions.
πQuick StartGenerate your first QR code in 30 seconds with a single API call.β‘REST API ReferenceFull HTTP API reference β QR generation, short links, landing pages, style presets, and analytics.π€MCP Server (Claude, Cursor)Connect QR Maker to Claude Code, Cursor, or any MCP-compatible AI agent.π¬ChatGPT IntegrationSet up a Custom GPT with Actions to generate QR codes and landing pages from ChatGPT.πOpenAPI SpecDownload the OpenAPI 3.1 spec to generate client SDKs or import into Postman.
Authentication
All API requests require an API key passed via the x-api-key header:
curl -X POST https://api.qr-maker.io/v2/qr/generate \
-H "x-api-key: qk_live_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"content": "https://qr-maker.io"}'Get your API key from Settings β API Keys in your dashboard.
Base URL
https://api.qr-maker.io/v2Plans & Limits
| Plan | Price | Links | Landings | Styles |
|---|---|---|---|---|
| Free | $0 | Read-only | Read-only | Read-only |
| Micro | $1/mo | 1 active | 1 active | Unlimited |
| Pro | $19/mo | Unlimited | Unlimited | Unlimited |
| Scale | $49/mo | Unlimited | Unlimited | Custom domains |
Support
Questions? Email support@qr-maker.io.