Shortifi's own frontend is a client of the same public API you get. Create links, read analytics, and receive signed webhooks for everything from a click to a domain verification — build your own tooling on top instead of screen-scraping a dashboard.
Generate an API key scoped to your workspace, shown once, hashed at rest — build scripts and integrations without sharing your account password.
Register a webhook endpoint and receive HMAC-signed events for link creation, clicks, conversions, and domain changes — with a delivery log and one-click replay for anything that failed.
The browser extension shortens the current tab into a tracked UTM link from the toolbar, or right-click any link on a page to shorten it in place.
Full endpoint reference, quickstart curl examples, and webhook signature-verification snippets in TypeScript and Python.
Free costs €0. Paid plans start at Starter €15/mo, then Pro €49/mo and Business €99/mo as you add channels, links, and team members.
Yes — the same API the Shortifi web app itself calls. Authenticate with an API key and create links, read analytics, and manage campaigns programmatically.
Every webhook delivery is signed with HMAC-SHA256 in the X-Shortifi-Signature header — verify it against your endpoint's secret before trusting the payload.
Failed deliveries are retried and logged; you can replay any past delivery on demand from the webhooks dashboard.
Yes — an MV3 Chrome/Firefox extension that shortens the current tab or any right-clicked link into a tracked UTM link using your API key.