Welcome to NxT Api Shop — explore premium APIs with free tier.
NxT Api Shop NxT Api Shop
← Back to marketplace
utility

URL Shortener

Shorten any long URL to a tidy short link.

Pricing
Free
No charge
Method
POST
utility
Rate limit
60
requests / min

Endpoint

POSThttps://www.test.mraipay.top/api/v1/shorten?key=YOUR_KEY

Try it now

Click "Send request" to see live response…

Code examples

cURL

curl "https://www.test.mraipay.top/api/v1/shorten?key=YOUR_KEY"

PHP

$res = file_get_contents("https://www.test.mraipay.top/api/v1/shorten?key=YOUR_KEY");
$data = json_decode($res, true);
print_r($data);

JavaScript

fetch("https://www.test.mraipay.top/api/v1/shorten?key=YOUR_KEY")
  .then(r => r.json())
  .then(console.log);

Sample Response

{"short":"https://nxt.sh/aB3"}

Reviews & ratings

Be the first to review this API.

Log in to leave a review.