Short Io

Learn how to use Short Io with Composio

Overview

Enum

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

Actions

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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
Tool to archive multiple links in one call. use when you need to deactivate or hide a set of short links at once.

Action Parameters

linkIds
arrayRequired

Action Response

data
object
error
string
successful
boolean
Tool to create up to 1000 short links in one call. use when bulk shortening multiple urls.

Action Parameters

allowDuplicates
boolean
domain
stringRequired
links
arrayRequired

Action Response

data
object
error
string
successful
boolean
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
object
error
string
successful
boolean
Tool to unarchive multiple links in bulk. use when you need to restore visibility of a set of previously archived short links at once.

Action Parameters

linkIds
arrayRequired

Action Response

data
object
error
string
successful
boolean