Skip to main content
GET
/
qr-codes
/
{id}
/
download
Download QR Image
curl --request GET \
  --url https://api.useqrkit.com/v1/qr-codes/{id}/download \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

API key in the Authorization header: Bearer qr_live_… or Bearer qr_test_…. Token endpoints take a Clerk session JWT instead.

Path Parameters

id
string
required

Query Parameters

format
enum<string>
default:svg
Available options:
svg,
png
size
integer
default:1000

Width/height in pixels.

Required range: 100 <= x <= 4000

Response

Image binary

The response is of type file.