URL Link Shortener and QR Code Generator
Our comprehensive URL link shortener and QR Code generator API is designed to empower developers, businesses, and applications with a suite of dynamic features. With this API, you can go beyond traditional link shortening and QR Code generation, offering unparalleled customization and functionality. Key Features: Dynamic Link Shortening: Effortlessly shorten URLs on-the-fly, enabling real-time…
URL Link Shortener and QR Code Generator endpoints
| Method | Endpoint | Description |
|---|---|---|
| Link Shortener Endpoints | ||
| POST |
Shorten a Link /ext/api/url/add |
To shorten a link, you need to send a valid data in JSON via a POST request. The data must be sent as the raw body of your request as shown below. The example below shows all the… |
| GET |
Get a Single Link /ext/api/url/{id} |
To get details for a single link via the API, you can use this endpoint. |
| DELETE |
Delete a Link /ext/api/url/{id}/delete |
To delete a link, you need to send a DELETE request. |
| PUT |
Update Link /ext/api/url/{id}/update |
To update a link, you need to send a valid data in JSON via a PUT request. The data must be sent as the raw body of your request as shown below. The example below shows all the… |
| GET |
List Links /ext/api/urls |
To get your links via the API, you can use this endpoint. You can also filter data (See table for more info). **# Parameters** **limit**: (optional) Per page data result.… |
| QR Code Generator Endpoints | ||
| GET |
List QR Codes /ext/api/qr |
To get your QR codes via the API, you can use this endpoint. You can also filter data (See table for more info). **# Parameters** **limit**: (optional) Per page data result.… |
| GET |
Get a single QR Code /ext/api/qr/{id} |
To get details for a single QR code via the API, you can use this endpoint. |
| DELETE |
Delete a QR Code /ext/api/qr/{id}/delete |
To delete a QR code, you need to send a DELETE request. |
| POST |
Create a QR Code /ext/api/qr/add |
To create a QR Code, you need to send a valid data in JSON via a POST request. The data must be sent as the raw body of your request as shown below. The example below shows all… |
| PUT |
Update QR Code /ext/api/qr/{id}/update |
To update a QR Code, you need to send a valid data in JSON via a PUT request. The data must be sent as the raw body of your request as shown below. The example below shows all… |
URL Link Shortener and QR Code Generator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA Recommended | $12 / month | — |
|
| MEGA | $40 / month | — |
|