# Youtube Short Download ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/youtube/short/download` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/youtube-short-download | ## Description Youtube Short Download API is a powerful tool that provides a simple tool to download shorts. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/youtube/short/download' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "result": "https://cdn.piloterr.app/ijkl3456" } ``` ## Documentation ## Overview Youtube Short Download API is a powerful tool that provides a simple tool to download shorts. ## Quickstart ``` GET https://api.piloterr.com/v2/youtube/short/download?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Youtube Short Download data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Youtube without maintaining scrapers - Power internal dashboards and workflow automations with live Youtube data