← Þróunarverkfæri

URL stytting

GET /url/shorten

Stuttu hvaða ... sem er long URL into a compact, shareable short link. Skilar shortened URL that redirects to the original. Gagnlegt fyrir social media sharing where character count matters, generating clean links for print materials, tracking link usage, and making long URLs with many parameters more manageable and user-friendly.

Breytur

url nauðsynlegt

URL to shorten

Dæmi um fyrirspurnir

Grunnnotkun
curl "https://nordapi.ee/api/v1/url/shorten?url=https://nordapi.ee"
Shorten the NordAPI URL
curl "https://nordapi.ee/api/v1/url/shorten?url=https://nordapi.ee"
Shorten a long GitHub URL
curl "https://nordapi.ee/api/v1/url/shorten?url=https://github.com/elixir-lang/elixir"

Lifandi svar

HTTP 400: {
  "error": "TinyURL returned status 400",
  "success": false
}