API reference

Live, hand-maintained spec rendered with Scalar. Click any endpoint and use Test Request to send a real call.

Quickstart — 60 seconds

  1. 1. Mint a key in Settings → API keys with the links:write scope.
  2. 2. Send your first request:
    curl -X POST https://apiqr.folowise.com/api/v1/links \
      -H "Authorization: Bearer $QRINDO_KEY" \
      -H "Idempotency-Key: $(uuidgen)" \
      -H "Content-Type: application/json" \
      -d '{ "target_url": "https://example.com/launch", "title": "Launch" }'
  3. 3. Visit the returned short_url to test the redirect, then poll /api/v1/links/{code}/stats?period=7d for analytics.
Loading reference…