Guide

Shorten via API & Slack

Automate link creation from your code or straight from a channel.

API

POST to /v1/shorten with your key; optionally set slug, domain, and a campaign:

curl -X POST "https://yaklinks.com/v1/shorten" \
  -d "apiKey=YOUR_API_KEY" \
  -d "url=https://example.com/very/long/path"

Full parameters, language samples, and a spec are in the docs.

Slack

Install the app from the Slack integration, then run /yaklink https://example.com/long in any channel to get a short link with a copy button.