Getting Started with the API

Integrate SnapGlyph into your applications using our REST API. Create, manage, and retrieve QR codes and short URLs programmatically.

Available on: Pro, Growth, and Max plans

What You Can Do with the API

SnapGlyph has a REST API for managing QR codes and short URLs programmatically, available on Pro, Growth, and Max plans. You can create, manage, and retrieve QR codes and shortened links from your own applications.

QR Codes

  • Create QR codes with full styling options (colors, patterns, logos)
  • Retrieve QR codes as JSON data or image files (PNG, SVG)
  • Update QR codes to change destinations or styling
  • Delete QR codes when no longer needed
  • List QR codes with pagination and filtering
  • Bulk operations for high-volume needs (Max plan)

URL Shortener

  • Create short URLs with optional expiration dates and click limits
  • Use custom slugs when a custom domain is configured
  • Retrieve, update, and delete short URLs
  • Get click analytics including device and location breakdowns

API Limits by Plan

Plan API Calls Image Generation Credits
Pro 1,000/month 200/month
Max 10,000/month 2,000/month

Learn more about API calls vs. image generation credits.

Getting Your API Key

  1. Log in to SnapGlyph
  2. Go to API Settings in the sidebar
  3. Click Create API Key
  4. Give your key a descriptive name (e.g., “Production App”)
  5. Copy the key immediately, because you won’t be able to see it again

For detailed guidance on managing API keys, see Managing API Keys.

Full API Documentation

For complete endpoint reference, request/response schemas, and code examples in multiple languages, see our full API documentation:

View API Documentation

The API documentation includes:

  • Complete endpoint reference
  • Request and response schemas
  • Code examples (JavaScript, Python, PHP, cURL)
  • Authentication details
  • Error handling guide

Common Use Cases

E-commerce Integration

Generate unique QR codes for products that point to product pages or warranty information.

Event Management

Create QR codes for tickets, check-in, or attendee information.

Marketing Campaigns

Generate trackable QR codes for print materials, with analytics on scan performance.

Asset Tracking

Bulk-generate QR codes for inventory items that point into your internal systems.

Create and manage short URLs for campaigns, track click performance, and rotate destinations without reprinting materials.

Next Steps