Skip to content

Feature Request: QR Code Generation Endpoint #943

@tarek-gritli

Description

@tarek-gritli

Problem:

When using Kutt's API in headless environments (mobile apps, server-side rendering, automated systems), there's no way to generate QR codes without pulling in additional dependencies or making separate API calls to third-party QR services. This creates friction for API-first integrations.

Use Cases:

  • Mobile apps generating shareable QR codes without web UI
  • Automated receipt/ticket generation with embedded QR codes
  • Server-side email templates with QR codes
  • Print marketing automation

Proposed Solution: Add endpoint: GET /links/{linkId}/qr-code
Query Parameters:

  • format: svg | base64 (default: svg)
  • size: integer, pixels (default: 192)
  • errorCorrection: L | M | Q | H (default: M)

Response:
Returns QR code in requested format, appropriate Content-Type headers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions