Gen-Endpoint
Back to API List

QR Code Generator API

Utilities
7 Endpoints

Generate QR codes for text, URLs, and structured data with customizable styling.

Internal API - Hosted by this App
API Endpoints & Usage
Explore and interact with the available endpoints for the QR Code Generator API. These API routes are live!
POST

/api/qr/generate

Generate QR code image with customizable options.

Try it out
GET

/api/qr/{qrId}

Get QR code metadata and download links. Replace {qrId} with an actual ID like `qr_456`.

Try it out

Replace placeholders (e.g., {userId}) with actual values in the path above. You can also add/edit query parameters (e.g., ?key=value).

GET

/api/qr/{qrId}/image.png

Retrieve the QR code as a PNG image. Replace {qrId} with an actual ID like `qr_456`.

Try it out

Replace placeholders (e.g., {userId}) with actual values in the path above. You can also add/edit query parameters (e.g., ?key=value).

GET

/api/qr/{qrId}/download.png

Download the QR code as a PNG file. Replace {qrId} with an actual ID like `qr_456`.

Try it out

Replace placeholders (e.g., {userId}) with actual values in the path above. You can also add/edit query parameters (e.g., ?key=value).

GET

/api/qr/{qrId}/download.svg

Download the QR code as an SVG file. Replace {qrId} with an actual ID like `qr_456`.

Try it out

Replace placeholders (e.g., {userId}) with actual values in the path above. You can also add/edit query parameters (e.g., ?key=value).

GET

/api/qr/{qrId}/download.pdf

Download the QR code as a PDF file. Replace {qrId} with an actual ID like `qr_456`.

Try it out

Replace placeholders (e.g., {userId}) with actual values in the path above. You can also add/edit query parameters (e.g., ?key=value).

POST

/api/qr/batch

Generate multiple QR codes in batch.

Try it out
    QR Code Generator API - Free Public API | Gen-Endpoint