Your agent can't make a short, trackable link; this shortens a URL and counts its clicks.
Turn a long URL into a short, expiring redirect link and track its click count.
Destination URL (http/https).
How long the link works (max 1 year).
curl -X POST "https://skill.askfaro.com/skills/link/run" \
-H "Authorization: Bearer faro_<your_key>" \
-H "Content-Type: application/json" \
-d '{
"intent": {
"prompt": "Shorten this link"
}
}'askfaro describe link/links.shorten
Install pip install askfaro-cli, then askfaro auth login.
curl -X POST "https://skill.askfaro.com/skills/link/run" \
-H "Authorization: Bearer faro_<your_key>" \
-H "Content-Type: application/json" \
-d '{
"intent": {
"prompt": "How many clicks did my short link get?"
}
}'askfaro describe link/links.stats
Install pip install askfaro-cli, then askfaro auth login.