Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 671 Bytes

File metadata and controls

26 lines (14 loc) · 671 Bytes

GetMediaPresignedUrl200Response

Properties

Name Type Description Notes
uploadUrl URI Presigned URL to PUT your file to (expires in 1 hour) [optional]
publicUrl URI Public URL where the file will be accessible after upload [optional]
key String Storage key/path of the file [optional]
type TypeEnum Detected file type based on content type [optional]

Enum: TypeEnum

Name Value
IMAGE "image"
VIDEO "video"
DOCUMENT "document"