Quickstart

Get up and running with MASK in under 5 minutes. Create an account, set up a workspace, and shorten your first link.

Create an account

Sign up at mask.pk/signup. You can register with email or sign in with Google, Microsoft, or Apple.

No credit card required. The free plan includes up to 25 links per month.

Create a workspace

Workspaces organize your links, bio pages, QR codes, and team members. After signing up, you'll be prompted to create your first workspace.

Each workspace has its own billing, domains, and member permissions. You can create multiple workspaces for different projects or clients.

From the dashboard, click Create Link. Paste your destination URL, customize the slug, and optionally add UTM parameters or an expiration date.

Example

Destination: https://example.com/my-long-article-url

Short link: mask.pk/my-article

Track performance

Click on any link to see its analytics. MASK tracks clicks, geographic data, devices, browsers, referrers, and more in real time.

API access

Generate an API key from Settings → API Keys to programmatically create links, manage bio pages, and query analytics.

Create a link via API
curl -X POST https://mask.pk/api/v1/links \
  -H "Authorization: Bearer mk_live_..." \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com", "slug": "demo"}'

Next steps