Open Connector
所有 Tools

TinyURL logoTinyURL

URL Shortener, Branded Short Links & Analytics

tinyurlvcatalog-v121 个 Tools

认证方式

方式底层类型状态说明
API Keyapi_keyavailable

调用示例

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 Account

Tags

TinyURL
Enable/disable TinyURL analytics collectingTINYURL_ANALYTICS_STATUS_TINY_URLEndpoint allows to manage TinyURL analytics collecting

Endpoint allows to manage TinyURL analytics collecting

认证

需要 Connected Account

Tags

TinyURL
Archive/unarchive TinyURLTINYURL_ARCHIVE_TINY_URLEndpoint allows to archive/unarchive TinyURL

Endpoint allows to archive/unarchive TinyURL

认证

需要 Connected Account

Tags

TinyURL
Return a bulk request reportTINYURL_BULK_REQUEST_REPORTReturn a bulk request report

Return a bulk request report

认证

需要 Connected Account

Tags

Bulk
Return a bulk request statusTINYURL_BULK_REQUEST_STATUSReturn a bulk request status

Return a bulk request status

认证

需要 Connected Account

Tags

Bulk
Create a new TinyURL processing batchTINYURL_BULK_TINY_URL_REQUESTCrteates new batch

Crteates new batch

认证

需要 Connected Account

Tags

Bulk
Update TinyURLs long URLTINYURL_CHANGE_TINY_URLEndpoint allows to update TinyURL long URL

Endpoint allows to update TinyURL long URL

认证

需要 Connected Account

Tags

TinyURL
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 Account

Tags

TinyURL
Delete TinyURLTINYURL_DELETE_TINY_URLEndpoint allows to delete TinyURL

Endpoint allows to delete TinyURL

认证

需要 Connected Account

Tags

TinyURL
Return browser, os and device analyticsTINYURL_GENERAL_ANALYTICSReturn browser, os and device analytics

Return browser, os and device analytics

认证

需要 Connected Account

Tags

Analytics
Receive TinyURL informationTINYURL_GET_TINY_URLEndpoint allows to receive TinyURL information

Endpoint allows to receive TinyURL information

认证

需要 Connected Account

Tags

TinyURL
Get count of TinyURLsTINYURL_GET_TINY_URLS_COUNTEndpoint allows to get a count of TinyURLs

Endpoint allows to get a count of TinyURLs

认证

需要 Connected Account

Tags

TinyURL
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 Account

Tags

TinyURL
Return hour popularity analyticsTINYURL_HOURS_POPULARITY_ANALYTICSReturn hour popularity analytics

Return hour popularity analytics

认证

需要 Connected Account

Tags

Analytics
Return location analyticsTINYURL_LOCATION_ANALYTICSReturn locations analytics

Return locations analytics

认证

需要 Connected Account

Tags

Analytics
Return raw analytics logsTINYURL_RAW_LOGS_ANALYTICSReturn raw analytics logs

Return raw analytics logs

认证

需要 Connected Account

Tags

Analytics
Return timeline analyticsTINYURL_TIMELINE_ANALYTICSReturn timeline analytics

Return timeline analytics

认证

需要 Connected Account

Tags

Analytics
Return top languages analyticsTINYURL_TOP_LANGUAGES_ANALYTICSReturn top languages analytics

Return top languages analytics

认证

需要 Connected Account

Tags

Analytics
Return top sources analyticsTINYURL_TOP_SOURCES_ANALYTICSReturn top sources analytics

Return top sources analytics

认证

需要 Connected Account

Tags

Analytics
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 Account

Tags

TinyURL
Return week days popularity analyticsTINYURL_WEEKDAYS_POPULARITY_ANALYTICSReturn week days popularity analytics

Return week days popularity analytics

认证

需要 Connected Account

Tags

Analytics

Provider 资源