web.url.shorten
Shorten long URLs into compact links using custom slugs, with 1,000 free links monthly through Short.io integration.
Instructions
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Original URL to shorten (e.g. "https://example.com/very/long/path") | |
| title | No | Optional title/label for the short link | |
| slug | No | Custom short path (e.g. "my-link" → apibase.short.gy/my-link). Auto-generated if omitted. |