Upload video from URL
upload_video_from_urlUpload a product video from a public URL and queue it for processing. Use when the video is hosted online, accepts Yandex.Disk or direct links, returns a video ID for polling.
Instructions
Upload a product video by public link and queue it for processing — use it instead of upload_video when the file lives on the web rather than on this machine. Accepts a public Yandex.Disk link to a video file, a direct link to a video file, or a link to the Yandex KIT player (which returns the already uploaded video). The link must be reachable without authentication, otherwise the API answers 400. Same limits as upload_video: max 100 MB, formats mp4, mov, webm, avi, flv, deduplicated by content. The response carries the video ID — poll it with get_video until the status is READY, then attach the video to a variant through media in create_variant / update_variant (at most one video per variant, and the same media list must also carry at least one image).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Public link to the video: a Yandex.Disk link to a video file, a direct file link, or a Yandex KIT player link. |