Media
A media object represents a single 360 capture.
Media are created by uploading a zip archive of image frames, these are processed by the DAM which adds additional generated media assets (mp4, gif and resized frames).
Last updated
A media object represents a single 360 capture.
Media are created by uploading a zip archive of image frames, these are processed by the DAM which adds additional generated media assets (mp4, gif and resized frames).
Last updated
Delete media by id
Requires Admin role on the requested tenant
Unique shoot id
"683606ee-9788-4d88-adb8-77119de4c6a2"
Unique tenant id
"f700d27e-64ed-4571-ae2e-8c948c1c296e"
Unique media id
"daea0774-275b-4e43-9d10-c2f9d5d4d5b6"
200 response
[200] media deletion successful
"[200] media deletion successful"
List available Media within the requested Shoot
Unique shoot id
"683606ee-9788-4d88-adb8-77119de4c6a2"
Unique tenant id
"f700d27e-64ed-4571-ae2e-8c948c1c296e"
success
The available media for this shoot
Upload new media to the specified shoot
Requires Admin role on the requested tenant
Using the response from this request, subsequently upload the media payload (zip, jpg or png) to S3.
Perform a POST request to the url
property in this response, including
all the fields
key-values and the file data as a property named file
as a multipart-formdata
request.
AWS S3 Docs - Uploading objects using presigned URLs
The DAM processor will subsequently validate and perform processing on a successfully uploaded file.
Expected input file formats:
360_V2 (default): is a zip file containing JPG image frames in the root of the zip (no folders). The frames must be named with the format img01.jpg, img02.jpg, etc. Frame numbers must be sequential (no gaps).
Any non-zero number of frames is permitted, but for optimal use the number of frames should be divisible by 4.
The maximum upload file size for a zip is 800mb.
SINGLE_IMAGE: is a single JPG or PNG image file. The maximum upload file size for a JPG or PNG is 20mb.
VIDEO: is a single MP4 video file. The maximum upload file size for a MP4 is 850mb.
Unique shoot id
"683606ee-9788-4d88-adb8-77119de4c6a2"
Unique tenant id
"f700d27e-64ed-4571-ae2e-8c948c1c296e"
Filename of the media being uploaded - Allowed extensions are based on the meta.type value
^[a-zA-Z0-9_\\s\\.,-\\[\\]()]+\\.(zip|jpg|png|mp4|ZIP|JPG|PNG|MP4)$
Tag key-pairs to associate with the created media
success
The filename corresponding to the upload request
Get an individual media by id
Unique shoot id
"683606ee-9788-4d88-adb8-77119de4c6a2"
Unique tenant id
"f700d27e-64ed-4571-ae2e-8c948c1c296e"
Unique media id
"daea0774-275b-4e43-9d10-c2f9d5d4d5b6"
success
The requested media