# Twitter (x) Video Download ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/twitter/video/download` | | **Base URL** | `https://api.huntapi.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/twitter-video-download | ## Description Twitter Video Download API is a powerful tool that provides a simple tool to download videos. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.huntapi.com/register ## Example Request ```bash curl --location --request GET 'https://api.huntapi.com/v2/twitter/video/download' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "result": "https://s3.huntapi.com/videos/video_id.mp4" } ``` ## Documentation > **Disabled on Piloterr:** This endpoint is no longer available on Piloterr. You must use HuntAPI instead: ``` GET https://api.huntapi.com/v1/video/download?query= ``` See HuntAPI documentation for job polling (`/v1/jobs/{id}`), download options, and webhooks. ## Overview Twitter Video Download API is a powerful tool that provides a simple tool to download videos. ## Quickstart ``` GET https://api.piloterr.com/v2/twitter/video/download?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Twitter (x) Video Download data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Twitter without maintaining scrapers - Power internal dashboards and workflow automations with live Twitter data