Copy video data to an S3 bucket

Initiates an asynchronous multipart copy operation to transfer video data from the Pixop Platform to the specified S3 bucket.

The status of this operation can be tracked using:

Retry and Abandon Options:

  • Restart a FAILED operation using POST /v1/videos/{videoId}/out/restart.
  • Abandon a FAILED operation and free up resources using POST /v1/videos/{videoId}/out/abandon.

Notes:

  • Only one "video out" operation can run per video at a time. Starting a new operation will result in a 409 Conflict response.
  • If the specified object key already exists in the S3 bucket, or if the video data is not ready for copy, a 409 Conflict response is also returned.
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!