Developers

Build with URL.VU. Create short links, fetch click stats, and manage Linkspaces programmatically using a simple REST API.

Quickstart

  1. Create a free account.
  2. Generate an API token from your dashboard → Profile → API.
  3. Make your first request (see API reference).

API Documentation

All API endpoints live under https://url.vu/api/ and accept and return JSON. Authenticate by sending your token in an Authorization header:

Authorization: Bearer YOUR_API_TOKEN

Create a short link

POST /api/links
{
  "url": "https://example.com/very/long/url",
  "short": "spring-sale"   // optional custom slug
}

List your links

GET /api/links

Rate Limits

Free accounts are limited to a small number of API calls per minute. Paid plans get higher limits — see the pricing page.

Status & Support

Building something cool or running into an issue? Open a developer ticket or email dev@url.vu.