TinyURL
URL Shortener, Branded Short Links & Analytics
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
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 目录
可用 Tools
21 个可调用操作
Enable/disable TinyURL analytics sharingTINYURL_ANALYTICS_SHARING_TINY_URLEndpoint allows to manage TinyURL analytics sharing需要连接
Endpoint allows to manage TinyURL analytics sharing
认证
需要 Connected AccountTags
Enable/disable TinyURL analytics collectingTINYURL_ANALYTICS_STATUS_TINY_URLEndpoint allows to manage TinyURL analytics collecting需要连接
Endpoint allows to manage TinyURL analytics collecting
认证
需要 Connected AccountTags
Archive/unarchive TinyURLTINYURL_ARCHIVE_TINY_URLEndpoint allows to archive/unarchive TinyURL需要连接
Endpoint allows to archive/unarchive TinyURL
认证
需要 Connected AccountTags
Return a bulk request reportTINYURL_BULK_REQUEST_REPORTReturn a bulk request report需要连接
Return a bulk request report
认证
需要 Connected AccountTags
Return a bulk request statusTINYURL_BULK_REQUEST_STATUSReturn a bulk request status需要连接
Return a bulk request status
认证
需要 Connected AccountTags
Create a new TinyURL processing batchTINYURL_BULK_TINY_URL_REQUESTCrteates new batch需要连接
Crteates new batch
认证
需要 Connected AccountTags
Update TinyURLs long URLTINYURL_CHANGE_TINY_URLEndpoint allows to update TinyURL long URL需要连接
Endpoint allows to update TinyURL long URL
认证
需要 Connected AccountTags
Create a new TinyURLTINYURL_CREATE_TINY_URLTake a long URL and shorten it into a new TinyURL.需要连接
Take a long URL and shorten it into a new TinyURL.
认证
需要 Connected AccountTags
Delete TinyURLTINYURL_DELETE_TINY_URLEndpoint allows to delete TinyURL需要连接
Endpoint allows to delete TinyURL
认证
需要 Connected AccountTags
Return browser, os and device analyticsTINYURL_GENERAL_ANALYTICSReturn browser, os and device analytics需要连接
Return browser, os and device analytics
认证
需要 Connected AccountTags
Receive TinyURL informationTINYURL_GET_TINY_URLEndpoint allows to receive TinyURL information需要连接
Endpoint allows to receive TinyURL information
认证
需要 Connected AccountTags
Get count of TinyURLsTINYURL_GET_TINY_URLS_COUNTEndpoint allows to get a count of TinyURLs需要连接
Endpoint allows to get a count of TinyURLs
认证
需要 Connected AccountTags
Get a list of TinyURLsTINYURL_GET_TINY_URLS_LISTEndpoint allows to get a list of TinyURLs需要连接
Endpoint allows to get a list of TinyURLs
认证
需要 Connected AccountTags
Return hour popularity analyticsTINYURL_HOURS_POPULARITY_ANALYTICSReturn hour popularity analytics需要连接
Return hour popularity analytics
认证
需要 Connected AccountTags
Return location analyticsTINYURL_LOCATION_ANALYTICSReturn locations analytics需要连接
Return locations analytics
认证
需要 Connected AccountTags
Return raw analytics logsTINYURL_RAW_LOGS_ANALYTICSReturn raw analytics logs需要连接
Return raw analytics logs
认证
需要 Connected AccountTags
Return timeline analyticsTINYURL_TIMELINE_ANALYTICSReturn timeline analytics需要连接
Return timeline analytics
认证
需要 Connected AccountTags
Return top languages analyticsTINYURL_TOP_LANGUAGES_ANALYTICSReturn top languages analytics需要连接
Return top languages analytics
认证
需要 Connected AccountTags
Return top sources analyticsTINYURL_TOP_SOURCES_ANALYTICSReturn top sources analytics需要连接
Return top sources analytics
认证
需要 Connected AccountTags
Update TinyURLs alias, tags, stats optionsTINYURL_UPDATE_TINY_URLEndpoint allows to update TinyURL alias, tags, stats settings需要连接
Endpoint allows to update TinyURL alias, tags, stats settings
认证
需要 Connected AccountTags
Return week days popularity analyticsTINYURL_WEEKDAYS_POPULARITY_ANALYTICSReturn week days popularity analytics需要连接
Return week days popularity analytics
认证
需要 Connected AccountTags