
QR Code Crafter is a public API providing generate static qr codes in svg, png, jpg, webp, pdf, or eps.
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | https://qrcodecrafter.com/qr-code-api | Primary API endpoint. |
curl -X GET "https://qrcodecrafter.com/qr-code-api" \ -H "Accept: application/json"