TinyURL
URL Shortener, Branded Short Links & Analytics
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "TINYURL_ANALYTICS_SHARING_TINY_URL", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("TINYURL_ANALYTICS_SHARING_TINY_URL", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute TINYURL_ANALYTICS_SHARING_TINY_URL --data '{ }'Tool catalog
Available tools
21 callable operations
Enable/disable TinyURL analytics sharingTINYURL_ANALYTICS_SHARING_TINY_URLEndpoint allows to manage TinyURL analytics sharingConnection
Endpoint allows to manage TinyURL analytics sharing
Authentication
Connected account requiredTags
Enable/disable TinyURL analytics collectingTINYURL_ANALYTICS_STATUS_TINY_URLEndpoint allows to manage TinyURL analytics collectingConnection
Endpoint allows to manage TinyURL analytics collecting
Authentication
Connected account requiredTags
Archive/unarchive TinyURLTINYURL_ARCHIVE_TINY_URLEndpoint allows to archive/unarchive TinyURLConnection
Endpoint allows to archive/unarchive TinyURL
Authentication
Connected account requiredTags
Return a bulk request reportTINYURL_BULK_REQUEST_REPORTReturn a bulk request reportConnection
Return a bulk request report
Authentication
Connected account requiredTags
Return a bulk request statusTINYURL_BULK_REQUEST_STATUSReturn a bulk request statusConnection
Return a bulk request status
Authentication
Connected account requiredTags
Create a new TinyURL processing batchTINYURL_BULK_TINY_URL_REQUESTCrteates new batchConnection
Crteates new batch
Authentication
Connected account requiredTags
Update TinyURLs long URLTINYURL_CHANGE_TINY_URLEndpoint allows to update TinyURL long URLConnection
Endpoint allows to update TinyURL long URL
Authentication
Connected account requiredTags
Create a new TinyURLTINYURL_CREATE_TINY_URLTake a long URL and shorten it into a new TinyURL.Connection
Take a long URL and shorten it into a new TinyURL.
Authentication
Connected account requiredTags
Delete TinyURLTINYURL_DELETE_TINY_URLEndpoint allows to delete TinyURLConnection
Endpoint allows to delete TinyURL
Authentication
Connected account requiredTags
Return browser, os and device analyticsTINYURL_GENERAL_ANALYTICSReturn browser, os and device analyticsConnection
Return browser, os and device analytics
Authentication
Connected account requiredTags
Receive TinyURL informationTINYURL_GET_TINY_URLEndpoint allows to receive TinyURL informationConnection
Endpoint allows to receive TinyURL information
Authentication
Connected account requiredTags
Get count of TinyURLsTINYURL_GET_TINY_URLS_COUNTEndpoint allows to get a count of TinyURLsConnection
Endpoint allows to get a count of TinyURLs
Authentication
Connected account requiredTags
Get a list of TinyURLsTINYURL_GET_TINY_URLS_LISTEndpoint allows to get a list of TinyURLsConnection
Endpoint allows to get a list of TinyURLs
Authentication
Connected account requiredTags
Return hour popularity analyticsTINYURL_HOURS_POPULARITY_ANALYTICSReturn hour popularity analyticsConnection
Return hour popularity analytics
Authentication
Connected account requiredTags
Return location analyticsTINYURL_LOCATION_ANALYTICSReturn locations analyticsConnection
Return locations analytics
Authentication
Connected account requiredTags
Return raw analytics logsTINYURL_RAW_LOGS_ANALYTICSReturn raw analytics logsConnection
Return raw analytics logs
Authentication
Connected account requiredTags
Return timeline analyticsTINYURL_TIMELINE_ANALYTICSReturn timeline analyticsConnection
Return timeline analytics
Authentication
Connected account requiredTags
Return top languages analyticsTINYURL_TOP_LANGUAGES_ANALYTICSReturn top languages analyticsConnection
Return top languages analytics
Authentication
Connected account requiredTags
Return top sources analyticsTINYURL_TOP_SOURCES_ANALYTICSReturn top sources analyticsConnection
Return top sources analytics
Authentication
Connected account requiredTags
Update TinyURLs alias, tags, stats optionsTINYURL_UPDATE_TINY_URLEndpoint allows to update TinyURL alias, tags, stats settingsConnection
Endpoint allows to update TinyURL alias, tags, stats settings
Authentication
Connected account requiredTags
Return week days popularity analyticsTINYURL_WEEKDAYS_POPULARITY_ANALYTICSReturn week days popularity analyticsConnection
Return week days popularity analytics
Authentication
Connected account requiredTags