Previews
Path parameters
preview_idstring · uuidRequired
Query parameters
drive_idstring · uuidRequired
The id of the drive this asset is in
nameany ofOptional
The name of the preview to get
stringOptional
nullOptional
authorizationany ofOptional
The authorization token to use to fetch the preview
stringOptional
nullOptional
Header parameters
collection-idany ofOptional
string · uuidOptional
nullOptional
Responses
200
Successful Response
application/json
Responseany
404
Not found
422
Validation Error
application/json
get
GET /previews/url/{preview_id}?drive_id=123e4567-e89b-12d3-a456-426614174000 HTTP/1.1
Host:
Accept: */*
No content
Query parameters
pathstringRequired
The path to the preview or proxy to download
nameany ofOptional
The name of the preview to get
stringOptional
nullOptional
Responses
200
Successful Response
application/json
Responseany
404
Not found
422
Validation Error
application/json
get
GET /previews/download?path=text HTTP/1.1
Host:
Accept: */*
No content
Upload a file to the local proxy manager for offline demo purposes.
Query parameters
pathstringRequired
The path to write the proxy to
Body
filestring · binaryRequired
Responses
200
Successful Response
application/json
Responseany
404
Not found
422
Validation Error
application/json
post
POST /previews/upload?path=text HTTP/1.1
Host:
Content-Type: multipart/form-data
Accept: */*
Content-Length: 17
{
"file": "binary"
}
No content