Skip to main content

DOCUMENTATION

Getting started

Everything you need to integrate Forjio Engine products into your workflow.

LinkSnap — Quick start

From zero to your first short link in under 5 minutes.

01

Create a free account

Sign up at linksnap.forjio.com — no credit card required. Free tier includes 100 links/month and full click analytics.

02

Shorten your first link

Paste any URL into the input on your dashboard. Optionally set a custom slug. Your short link is ready in seconds.

03

Check your analytics

Every link gets a real-time dashboard — click count, country breakdown, referrers, and device types. No setup required.

04

Connect a custom domain

Use links.yourbrand.com instead of our default domain. Add one CNAME record to your DNS. Takes about 5 minutes.

API — Shorten a link

LinkSnap has a REST API. Generate a key in your dashboard under Settings → API Keys.

curl -X POST https://api.linksnap.forjio.com/v1/links \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://your-long-url.com", "slug": "my-slug"}'

Rate limits: 10 req/min (Free) · 60 req/min (Pro) · 300 req/min (Business)

Full documentation

Complete guides, API reference, and troubleshooting live inside each product.

Need help?

Email [email protected] — it goes to a real inbox. We respond within 48 hours on weekdays.