Link Toolkit API
Link Toolkit API is a developer-focused utility API for working with campaign links and URLs in automation workflows. It provides endpoints for building UTM-tagged URLs, parsing UTM parameters from existing links, validating UTM data, normalizing URLs into a cleaner canonical form, and safely resolving redirects. The API is built for automation builders and developers who want to avoid writing…
Link Toolkit API endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
health_check_api_v1_health_get /api/v1/health |
Check if the API is running and healthy |
| utm | ||
| POST |
parse_utm_api_v1_utm_parse_post /api/v1/utm/parse |
Extract UTM parameters from a URL |
| POST |
build_utm_bulk_api_v1_utm_build_bulk_post /api/v1/utm/build/bulk |
Append UTM parameters to multiple base URLs in a single request |
| POST |
validate_utm_api_v1_utm_validate_post /api/v1/utm/validate |
Validate UTM parameters against a ruleset (uses default if not provided) |
| POST |
build_utm_api_v1_utm_build_post /api/v1/utm/build |
Append UTM parameters to a base URL |
| url | ||
| POST |
normalize_url_api_v1_url_normalize_post /api/v1/url/normalize |
Canonicalize a URL with configurable normalization options |
| POST |
resolve_url_api_v1_url_resolve_post /api/v1/url/resolve |
Safely resolve a URL by following redirects (shortlink expansion) with SSRF protection |
| POST |
resolve_url_bulk_api_v1_url_resolve_bulk_post /api/v1/url/resolve/bulk |
Safely resolve multiple URLs by following redirects with SSRF protection |
| POST |
normalize_url_bulk_api_v1_url_normalize_bulk_post /api/v1/url/normalize/bulk |
Canonicalize multiple URLs in a single request |
Link Toolkit API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $30 / month | — |
|
| MEGA | $80 / month | — |
|