Getting Started
This quickstart guide will help you make your first QR code generation request in just a few minutes.Step 1: Test the API
The simplest way to get started is to make a basic request without authentication:- Generate a QR code encoding the URL
https://maybesurya.dev - Save it as
qr.pngin your current directory
Without an API key, you’re limited to 10 requests per minute. This is perfect for testing!
Step 2: Get Your API Key (Optional)
To increase your rate limit to 100 requests per minute, you’ll need an API key:- Visit the QrX Dashboard
- Sign in or create an account
- Copy your API key from the dashboard
Step 3: Make Authenticated Requests
Once you have your API key, include it in your requests:Using Query Parameter
Using Header (Recommended)
Step 4: Use in Your Application
Choose your preferred language and integrate QrX into your application:JavaScript
Use Fetch API in browser or Node.js
Python
Use requests library
Node.js
Use Axios or native fetch
cURL
Command-line examples
Common Use Cases
Generate QR for URLs
Generate QR for Text
Generate QR for Email
Generate QR for Phone Number
Next Steps
Need Help?
View Code Examples
Browse complete examples in multiple programming languages