API v1

Create static QR images, dynamic QR links, update destinations, fetch metadata, and inspect usage.

curl -X POST http://127.0.0.1:8080/api/v1/dynamic \
  -H 'Authorization: Bearer ezqr_xxx' \
  -H 'Content-Type: application/json' \
  -d '{"type":"url","name":"Menu","url":"https://example.com/menu"}'
POST /api/v1/static
POST /api/v1/dynamic
GET /api/v1/qr/{slug}
PATCH /api/v1/qr/{slug}
GET /api/v1/usage