Loading...
Get started with the QR Studio API in minutes. Follow these steps to make your first API call.
Example request to generate a static URL QR code
/v1/qr-codescurl -X POST https://api.qrstudio.com/v1/qr-codes \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"type": "url",
"content": "https://example.com",
"size": 512,
"errorCorrection": "M"
}'Base URL: https://api.qrstudio.com
| Method | Endpoint | Description | Auth |
|---|---|---|---|
POST | /v1/qr-codes | Create a new QR code | |
GET | /v1/qr-codes | List all QR codes | |
GET | /v1/qr-codes/{id} | Get a specific QR code | |
PATCH | /v1/qr-codes/{id} | Update a QR code (dynamic only) | |
DELETE | /v1/qr-codes/{id} | Delete a QR code | |
GET | /v1/qr-codes/{id}/analytics | Get QR code scan analytics | |
POST | /v1/qr-codes/bulk | Create QR codes in bulk | |
POST | /api/ai/generate-qr | Generate AI-styled QR code |
API keys are required for all requests. Include your key in the Authorization header as a Bearer token.
Pro: 10,000 requests/month
Business: 50,000 requests/month
Enterprise: Unlimited