import_media
Download video or audio from any URL (YouTube, TikTok, X, 1000+ sites) to hosted storage and get a direct download link. Optionally transcribe the audio in the same job.
Instructions
Download the video/audio at any URL (YouTube, TikTok, X, and 1000+ sites) to hosted storage and get back a direct download link. Importly runs yt-dlp, rotating residential proxies, and ffmpeg server-side — no local tooling needed. Async: returns a jobId immediately; poll check_import for the result. Optionally also produce a transcript in the same job with includeTranscript.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Media page URL, e.g. https://www.youtube.com/watch?v=... | |
| audioQuality | No | Default medium | |
| includeAudio | No | Include audio stream (default true) | |
| includeVideo | No | Include video stream (default true) | |
| videoQuality | No | Default 720p | |
| includeTranscript | No | Also transcribe the audio in the same job | |
| transcriptLanguage | No | ISO language hint for the transcript, e.g. "en" |