Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the file to update
Body
application/json
File update parameters
Response
Successful file update
Unique identifier for the file
Processing status of the file
Available options:
pending
, processing
, completed
, failed
, not_applicable
Cloudglue URI for the file, to be used in other API calls
Size of the file in bytes, null if not available
Unix timestamp of when the file was created
Original filename
User-provided metadata about the file, null if none provided
Information about the video content
URL of the thumbnail for the file
Source of the file
Available options:
video
, youtube
, s3
, dropbox
, http
, upload