Start with the workflow you have
Create an occasional link manually, add an internal description and tags, and find it later in the same workspace. When volume grows, move that workflow to the API without migrating existing links or changing plans.
BUSINESS URL SHORTENER
Give teams one dependable place to create, organize, automate, and retire short links without turning link management into another sprawling platform.
URLMe works for the occasional link a person creates in the console and for the recurring links your applications create through the API. Usage, ownership, lifecycle controls, and branded domains stay in one workspace.
Create an occasional link manually, add an internal description and tags, and find it later in the same workspace. When volume grows, move that workflow to the API without migrating existing links or changing plans.
Use separate API keys for websites, messaging systems, CRM automations, and internal tools. Creation source, key activity, redirect counts, and lifecycle state make each link easier to operate.
Pause a link while investigating a destination, resume it when the issue is resolved, or expire it permanently when delivery must end. Destinations cannot be edited after creation, preserving a predictable audit trail.
Growth and Scale workspaces can connect a controlled short hostname. Once DNS and HTTPS are active, automated requests can use that domain and reserve memorable aliases.
WORKING EXAMPLE
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/customer/welcome","description":"CRM welcome message"}'READY TO START?