← Utilidades para desarrolladores

Acortador de URL

GET /url/shorten

Shorten any long URL into a compact, shareable short link. Returns the shortened URL that redirects to the original. Útil para redes sociales sharing where character count matters, generando clean links for print materials, rastreando link usage, and haciendo long URLs with many parameters more manageable and user-friendly.

Parametros

url requerido

URL to shorten

Ejemplos de solicitudes

Uso basico
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"

Respuesta en vivo

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