GitHubTwitter

API Documentation

Generate QR Code

This API generates a QR code for a given URL.

Endpoint

POST https://api-url2qr.rishab.cloud

Request Parameters

ParameterTypeDescription
urlstringThe URL to generate the QR code for.

Response

The API will return a JSON object with the following properties:

PropertyTypeDescription
qr_code_urlstringThe URL of the generated QR code image.

cURL Example:

curl -X POST \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com"}' \
https://api-url2qr.rishab.cloud