← Back to catalog
shorturl.create
mock data$0.002 / callShorten URL
⚡ ACTION: Create a short URL from any long URL. Optional custom slug. Returns short link at apibase.short.gy. 1,000 free links/month (Short.io)
Input schema
urlrequired
stringOriginal URL to shorten (e.g. "https://example.com/very/long/path")
slug
stringCustom short path (e.g. "my-link" → apibase.short.gy/my-link). Auto-generated if omitted.
title
stringOptional title/label for the short link
Call via REST
curl -X POST https://unifyapi.pro/api/call/shorturl.create \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"url":"<url>","slug":"<slug>","title":"<title>"}'