• Welcome
  • Docs
Information
Core Resources
    Account Management
      Get All AccountsgetTrack AccountpostStop Tracking AccountdeleteBulk Track AccountspostBulk Stop Tracking AccountsdeleteGet Account HistorygetGet Specific AccountgetStop Tracking Account By IDdelete
    Video Management
      Get All VideosgetTrack VideopostStop Tracking VideodeleteBulk Track VideospostBulk Stop Tracking VideosdeleteGet Specific VideogetStop Tracking Video By IDdeleteGet Video HistorygetGet All Videos Linked To Accountget
    Collection Management
      Get All CollectionsgetCreate CollectionpostGet CollectiongetDelete CollectiondeleteUpdate CollectionpatchGet Collection VideosgetAdd Videos to CollectionpostRemove Videos from CollectiondeleteGet Collection AccountsgetAdd Accounts to CollectionpostRemove Accounts from Collectiondelete
    Organisation Management
      Get Organisation Historyget
Analytics
    Statistics
      Total VideosgetTotal Accountsget
System
    Integration
      Shortimize MCP Serverpost
powered by Zuplo
Shortimize API
Shortimize API

Integration

Endpointhttps://api.shortimize.com

MCP server and integration endpoints


Shortimize MCP Server

POST
https://api.shortimize.com
/mcp

MCP Server to be used with all the routes available.

Rate Limit: 5 (limited) / 15 (basic) / 30 (premium) requests per minute

Shortimize MCP Server › Headers

Authorization
​string · required

The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Shortimize MCP Server › Responses

Rate Limiting Response

type
​string · required

A URI reference that identifies the problem.

title
​string · required

A short, human-readable summary of the problem.

status
​number · required

The HTTP status code.

instance
​string
POST/mcp
curl --request POST \ --url https://api.shortimize.com/mcp \ --header 'Authorization: <string>'
shell
Example Responses
{ "type": "https://httpproblems.com/http-status/429", "title": "Too Many Requests", "status": 429, "instance": "/foo/bar" }
json
application/json

Statistics