March 16th, 2026

API Update: MCP Server Is Now Live + New Video Date Filtering

We’ve officially re-added support for our updated MCP server, making it easier to connect Shortimize data into your workflows and tools.

Alongside this, we’ve also introduced new date filtering on the accounts/{account_id}/videos endpoint. You can now use optional start_date and end_date query parameters to return only videos uploaded within a specific time range.

Example:

/accounts/{account_id}/videos?start_date=2026-03-01&end_date=2026-03-15

We’ve also improved result ordering. Video results are now returned chronologically by upload date, replacing the previous random sorting.

Why this matters

You can now pull only the data you actually need, instead of fetching all videos and filtering them on your side. This makes the API more efficient, reduces unnecessary processing, and makes it much easier to build cleaner reporting, syncs, and data pipelines.

This update is now live.
Check the API page to enable API access and review our extensive documentation.