Linkly
Easily create tracking links, add retargeting tags, do smart redirects and more.
Start freeCategory
Works with
AI Compatible
Tools
Create Link
Creates a new Linkly link using the provided URL. See the documentation
Delete Link
Permanently delete a short link via DELETE /api/v1/workspace/{workspace_id}/links/{id}. The short URL will return 404 for new visitors. See the documentation.
Get Link
Fetches a previously produced Linkly link. See the documentation
List Domains
List all custom domains in your workspace via GET /api/v1/workspace/{workspace_id}/domains. See the documentation.
List Link ID Options
Retrieves available options for the Link ID field.
List Links
List all short links in your workspace via GET /api/v1/workspace/{workspace_id}/list_links, with click counts and metadata. See the documentation.
List Workspaces
List all workspaces the API key has access to via GET /api/v1/workspaces. Useful for finding the workspace ID required for API requests. See the documentation.
Update Link
Update an existing short link via POST /api/v1/link (with id) — change its destination URL, slug, name, or custom domain without breaking the existing short URL. See the documentation.