Getting Started with the API

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

Available on: Pro and Max plans

What You Can Do with the API

The SnapGlyph API enables programmatic QR code management:

  • 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)

API Limits by Plan

PlanAPI CallsImage Generation Credits
Pro1,000/month200/month
Max10,000/month2,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—it won’t be shown 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, linking 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 linking to internal systems.

Next Steps