URL SHORTENING API

Short links built for production workflows.

Create, manage, and monitor dependable short URLs through one focused JSON API.

URLMe gives application teams a small API surface for shortening long destinations without adding a campaign platform to their stack.

03

Designed for unattended systems

Separate API keys by integration, rotate credentials without changing every workflow, and use predictable status codes for authentication, validation, limits, and destination safety.

WORKING EXAMPLE

One request from destination to short link.

Replace the environment variable with an active workspace key and run the request from server-side code.

curl --request POST "https://api.urlme.link/v1/links" \
  --header "Authorization: Bearer $URLME_API_KEY" \
  --header "Content-Type: application/json" \
  --data '{"url":"https://example.com/campaign/welcome"}'

READY TO CONNECT?

Build your first URLMe request today.

Start free, no card