UnifyAPI
← Back to catalog

shorturl.create

mock data$0.002 / call

Shorten 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)

Developer Toolsprovider: Shorturl#shorturl#developer

Input schema

urlrequired

Original URL to shorten (e.g. "https://example.com/very/long/path")

string
slug

Custom short path (e.g. "my-link" → apibase.short.gy/my-link). Auto-generated if omitted.

string
title

Optional title/label for the short link

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.