QR Code Categories Reference
When creating QR Codes through the Scanova API, you must specify a Category ID that defines the type of QR Code you want to create — such as a website link, event, social media profile, or document. This page provides a complete list of available categories, along with examples for how to use them in your API requests.Available Categories
| Category ID | Category Name | Slug | Description |
|---|---|---|---|
| 1 | Website URL | url | When scanned, redirects user to a website |
| 11 | Google Map | map | When scanned, shows location on Google Maps |
| 13 | Document | document | When scanned, redirects user to uploaded documents |
| 38 | Business Card | businessCard | When scanned, displays business card information |
| 19 | Image | image | When scanned, user can view or download images |
| 27 | Audio | audio | When scanned, plays audio content |
| 15 | Social Media | sMedia | When scanned, displays links to social media profiles |
| 44 | Restaurant | restaurant | When scanned, displays restaurant menu and details |
| 18 | Product | product | When scanned, displays detailed information about the product |
| 14 | Wedding | wedding | When scanned, displays wedding details and RSVP option |
| 20 | Event | event | When scanned, displays event details and RSVP option |
| 10 | App Store | appStore | When scanned, redirects to app store for download |
| 23 | App Deep Link | appDeepLink | When scanned, opens the app directly |
| 28 | Coupon | coupon | When scanned, displays coupon information |
| 9 | Custom Page | dynamicText | When scanned, displays a customized mobile landing page |
How to Use Categories
Include Category ID in Your Request
When creating a QR Code, pass thecategory parameter with the appropriate ID in your request body.
Category-Specific Info Format
Each category has a unique structure for theinfo field.Below are examples of commonly used formats:
Website URL (ID: 1)
Google Map (ID: 11)
Document (ID: 13)
Social Media (ID: 15)
Getting Category Information
You can fetch the complete list of categories through the API:- Category ID and name
- Description and use case
- Supported QR code types
- Preview images and tags
Best Practices
All QR Codes created through the Scanova API are Dynamic by default
"qr_type": "dy"), allowing you to update their content anytime without changing the printed QR code.Category Limitations
- Each category requires a specific
infoJSON format. - Some categories include extra styling or layout options.
- All categories support Dynamic QR Codes (editable after creation).