QRL API
Create links and Smart QR programmatically — from your ERP, billing or app — and get events back through webhooks.
In short
QRL.md exposes a REST API for creating short links and QR codes programmatically and receiving events via webhooks. Example: POST /api/links with {"originalUrl": "...", "isPermanent": true} returns 201 with the short link and code. The Business API plan (599 MDL/month) includes the Link API, QR API, Event API + webhooks and 100,000+ calls/month with transparent overage. API-created links are permanent by default. Operated by Intelectsoft SRL; already used across the ecosystem for invoices, payments, parking and electronic documents.
The canonical example
POST /api/links
{ "originalUrl": "https://example.com", "isPermanent": true }
→ 201 Created
{ "shortUrl": "https://qrl.md/a8Fk2", "code": "a8Fk2" }
API-created links are permanent by default; custom codes are available on Business API. Codes use the alphabet without O, 0, I and l.
What it's used for
- Billing — every invoice automatically gets its payment/view QR.
- ERP/POS — receipts, documents and loyalty with codes generated at issue time; already in production across the Intelectsoft ecosystem.
- Apps — share links and install QRs created from the backend.
- Events — Event API + webhooks push every scan into your systems, with conversion tracking.
Access, keys, limits
API keys are scoped, webhooks are HMAC-signed, and each client has its own quotas with per-endpoint rate limiting. Business API includes 100,000 calls/month; beyond that you pay only for what you use: 2 MDL/1,000 (100k–1M), 1.5 MDL (1M–10M), 1 MDL (10M+). Get your key from the cabinet or via the contact form.
QRL at a glance
The verifiable summary of this page — product, operator, capabilities and cost, in one look.
- Type
- REST · JSON
- APIs
- Link API · QR API · Event API + webhooks
- Example
- POST /api/links {"originalUrl","isPermanent"} → 201 {"shortUrl","code"}
- In Business API
- 100,000+ calls/month · custom codes · key management · conversion tracking
- Overage
- 2 MDL/1,000 (100k–1M) · 1.5 MDL (1M–10M) · 1 MDL (10M+)
- API security
- Scoped keys · HMAC-signed webhooks · per-client quotas · rate limiting
Frequently asked questions
Can QRL.md integrate with an ERP or POS?
Yes — the Business API offers a REST interface for programmatic link and QR creation, plus webhooks for events. Already used across the Intelectsoft ecosystem for invoices, payments, parking and electronic documents.
How much does the Business API cost?
599 MDL/month with 100,000 calls included. Beyond: 2 MDL/1,000 calls (100k–1M), 1.5 MDL (1M–10M), 1 MDL (10M+). Transparent, no hidden commitments.
Do API-created links expire?
No — they are permanent by default, unlike anonymous portal links (which expire after 90 days of inactivity).
How do I know programmatically that a code was scanned?
Via the Event API and HMAC-signed webhooks: every scan/visit reaches your system with country, device, browser and source.
Related pages
Create your first Smart QR — free
QR codes and short links are free forever, no account needed. Upgrade only when you need management, routing and the API.
+373 22 835 312 · sales@edi.md · Mon–Fri 09:00–18:00Published: 2026-08-14 · Updated: 2026-08-15 · Author: Intelectsoft team · Technical review: Intelectsoft SRL