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. Mint a key in
Settings → API keys
with the
links:writescope. - 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. Visit the returned
short_urlto test the redirect, then poll/api/v1/links/{code}/stats?period=7dfor analytics.
Loading reference…