Short Io

Learn how to use Short Io with Composio

Overview

SLUG

SHORT_IO

Description

Short.io is a URL shortening service that allows users to create branded short links, manage them, and track their performance.

Authentication Details

api_key
stringRequired

Tools

SLUG: SHORT_IO_GET_DOMAINS_PATHS

Tool to list the most popular paths in a domain over time. use after confirming a valid domain id to analyze which short url paths under that domain have received the most clicks in the given interval.

Action Parameters

domainId
integerRequired
endDate
string
period
stringDefaults to last30
startDate
string
tz
stringDefaults to UTC

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SHORT_IO_POST_DOMAINS_BY_INTERVAL

Tool to retrieve domain statistics over a custom interval. use when you need time-series click data for a specific domain over a defined time window.

Action Parameters

domainId
integerRequired
endDate
string
period
stringDefaults to last30
startDate
string
tz
stringDefaults to UTC

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SHORT_IO_POST_DOMAINS_LAST_CLICKS

Tool to retrieve the latest raw click events for a domain. use when detailed clickstream data is needed.

Action Parameters

afterDate
string
beforeDate
string
domainId
integerRequired
endDate
string
exclude
object
include
object
limit
integerDefaults to 30
period
stringDefaults to last30
startDate
string
tz
stringDefaults to UTC

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SHORT_IO_POST_DOMAINS_TOP

Tool to retrieve top values of a specified column by click count. use after confirming domain id and choosing a column.

Action Parameters

column
stringRequired
domainId
integerRequired
limit
integerDefaults to 10

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: SHORT_IO_POST_LINKS_QR_BULK

Tool to generate qr codes for multiple links in bulk. use when you need to retrieve qr codes for several short links at once.

Action Parameters

backgroundColor
string
color
string
domainId
string
linkIds
arrayRequired
noExcavate
boolean
size
integer
type
stringDefaults to png
useDomainSettings
booleanDefaults to True

Action Response

data
objectRequired
error
string
successful
booleanRequired