Overview

The Slimlink Public API lets you create and manage short links, pull click analytics, and list the domains available to your account, all from your own application or backend.

What you can do

  • Shorten URLs. Turn a long URL into a short link, optionally on a domain you control, with a custom path, title, tags, and an expiration date.
  • Bulk import. Create up to 10,000 links in a single request, useful for migrating existing links or generating links in batch from your own database.
  • Look up and search links. Retrieve a single link by ID, or list/search/paginate/sort your links by creation date, title, or expiration.
  • Read click analytics. Get aggregated click counts grouped by link, country, city, device, browser, OS, or referrer, with date-range and filter support.
  • List domains. Retrieve the short-link domains available to your account, including their verification status.

Is this the right API for you?

This API is for developers integrating link shortening and click reporting into their own product or workflow — for example, generating trackable short links for marketing campaigns, or pulling click data into your own analytics dashboard. It is not a general-purpose website analytics or session-tracking API — the click data is scoped to clicks on links you created.

Scope of this documentation

This documentation covers only the endpoints in the public API contract: link creation (single and bulk), link listing/retrieval, click analytics, and domain listing. Account management, billing, and other administrative capabilities are handled through the customer portal and are outside the scope of this API.

Next steps