This API generates a QR code for a given URL.
POST https://api-url2qr.rishab.cloud
Parameter | Type | Description |
---|---|---|
url | string | The URL to generate the QR code for. |
The API will return a JSON object with the following properties:
Property | Type | Description |
---|---|---|
qr_code_url | string | The URL of the generated QR code image. |
curl -X POST \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com"}' \
https://api-url2qr.rishab.cloud