# Shorty > Shorty is an AI summarizer and transcription app by Devino. It turns YouTube videos, Spotify podcasts, webpages, articles, PDFs, Word documents, audio files, and pasted text into concise, structured summaries — and also transcribes media to text, generates subtitles, and converts or compresses files. Free to start with no login required; native apps on iOS, Android, and Windows plus a Chrome extension. ## Summarizers - [YouTube video summarizer](https://aishorty.com/youtube-video-summarizer): Summarize any YouTube video into key points and a structured summary. - [Webpage summarizer](https://aishorty.com/webpage-summarizer): Summarize any web page or online article from its URL. - [Article summarizer](https://aishorty.com/article-summarizer): Condense long articles into their main takeaways. - [PDF summarizer](https://aishorty.com/pdf-summarizer): Upload a PDF and get an AI summary. - [Word summarizer](https://aishorty.com/word-summarizer): Summarize .doc and .docx documents. - [Audio summarizer](https://aishorty.com/audio-summarizer): Summarize audio files and podcast episodes. - [Text summarizer](https://aishorty.com/text-summarizer): Paste text and get a concise summary. - [All summarizers](https://aishorty.com/summarizers): The full index of Shorty's summarizer tools. ## Transcription and subtitles - [Audio and video to text](https://aishorty.com/audio-video-to-text): Transcribe audio and video files to text. - [Subtitle generator](https://aishorty.com/subtitles): Generate subtitles and captions for videos. ## File tools - [File converter](https://aishorty.com/file-converter): Convert between video, audio, image, and document formats. - [Compress video](https://aishorty.com/compress-video): Reduce video file size. - [Compress image](https://aishorty.com/compress-image): Reduce image file size. - [Compress audio](https://aishorty.com/compress-audio): Reduce audio file size. - [Compress PDF](https://aishorty.com/compress-pdf): Reduce PDF file size. ## Company and product - [About Shorty](https://aishorty.com/about): What Shorty is, what it does, and where to get it. - [Compare Shorty](https://aishorty.com/youtube-summarizer-alternatives): Shorty next to other YouTube and AI summarizers, side by side. - [Plans and pricing](https://aishorty.com/premium): Free tier plus paid Premium and Pro plans. - [Article library](https://aishorty.com/articles): Browse published AI summaries. - [Apps and extensions](https://aishorty.com/apps): Get Shorty on iOS, Android, Windows, and Chrome. - [MCP server](https://aishorty.com/mcp): Connect Claude Code, Claude.ai custom connectors, and any MCP client to Shorty over OAuth 2.1 to read your summaries, transcriptions, and usage. Endpoint: https://aishorty.com/api/mcp. ## Developers and API - [Developer platform](https://aishorty.com/developers): The Shorty API at a glance — REST endpoints, the TypeScript SDK, and the MCP server, with a quickstart, rate limits, and agent guidelines. - [API documentation](https://aishorty.com/docs/api): The Shorty REST API — summaries, transcriptions, subtitles, jobs, and usage under https://aishorty.com/v1, authenticated with API keys. - [API operations](https://aishorty.com/docs/api/operations): One page per endpoint with parameters, schemas, and curl + TypeScript examples. - [API error reference](https://aishorty.com/docs/api/errors): Every RFC 9457 problem code the API returns and how to fix it. - [Webhooks](https://aishorty.com/docs/api/webhooks): Standard-Webhooks-signed job events, signature verification, retries, and secret rotation. - [OpenAPI 3.1 spec](https://aishorty.com/api/openapi): The machine-readable API contract. - [For AI agents](https://aishorty.com/docs/ai): MCP connection, machine-readable surfaces, and agent interaction guidelines. - [TypeScript SDK](https://github.com/DevinoSolutions/shorty-sdk): @aishorty/sdk — the official open-source Node client. - [Changelog](https://aishorty.com/changelog): Dated developer-platform changes, with RSS at https://aishorty.com/changelog/rss.xml. - [Full docs in one file](https://aishorty.com/llms-full.txt): The entire API documentation concatenated for LLM context. ## Instructions for AI agents - Every documentation page under https://aishorty.com/docs serves a raw Markdown twin at the same URL with a `.md` suffix (e.g. https://aishorty.com/docs/api.md). Fetch the `.md` variant for clean, token-efficient context. - To act on a user's behalf, connect over MCP (OAuth 2.1): `claude mcp add --transport http shorty https://aishorty.com/api/mcp`. - Direct API calls need an API key: `Authorization: Bearer shk_live_...` against https://aishorty.com/v1. Writes are async (202 + job_id) — poll GET /v1/jobs/{id}. ## Policies - [Privacy policy](https://aishorty.com/privacy) - [Terms of service](https://aishorty.com/terms)