API ReferenceChangelog
Log In
API Reference

Copy video data to an S3 bucket using an output location ID

Initiates an asynchronous copy operation to transfer video data to an S3 bucket defined by the specified outputLocationId.

Path Params
uuid
required

The unique identifier for the video.

uuid
required

The unique identifier for the output location.

Body Params

Parameters required for exporting a video from the Pixop Platform into an S3 bucket.

string
required
length between 0 and 1020

The object key prefix for the video in the S3 bucket. When the video is copied to the bucket, its file name is prefixed with this value to create the objectKey for the video in the bucket. For example, if S3ObjectKeyPrefix=myoutputs and fileName=myvideo.mp4, the objectKey becomes myoutputs/myvideo.mp4.

Responses

Language
Credentials
Header
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*