Sign in

Create QR Code

documented

Creates a QR Code (new endpoint version supports GS1 barcodes and non-linked QR codes).

POST /v4/qr-codesQR Codesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api-ssl.bitly.com/v4/qr-codes" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"title": "{{$title}}", "group_guid": "{{$group_guid}}", "destination": {"long_url": "{{$destination_long_url}}"}}'