Generates a pre-signed URL for downloading video data.

Generates a pre-signed HTTPS URL for downloading the video from the Pixop platform.

  • Resumable downloads are supported via HTTP Range requests.
  • The URL remains valid for the specified duration.
  • The video file is not ready for download until the processing task is complete.

You can check the status of the processing task using GET /v1/videos/{videoId}/processing/status (or GET /v1/videos/{videoId}/in/status for a "video in" copy operation), or subscribe to clip_processing, video_processing or video_in webhooks to receive real-time updates.

Notes:

  • Only one active pre-signed URL is allowed per video at any given time.
  • If a valid URL already exists, or if the video is not ready for download, a 409 Conflict response will be returned.
  • A new pre-signed URL will be issued only after the previous one expires.
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!