Files Resource
The Files resource enables you to query information about Files (may be video files, audio files or images/thumbnails). You can browse all Files linked with your account, filter Files by mime type or storage type or delete those Files again that you don't need anymore.
A File is created either by a user-initiated POST request to /files/uploads, upon upload of a new video title to our internal storage or as a result of a successfully finished video import and conversion Job. Verbose meta-information about input Files is added once the File got used as input of a conversion Job. Further, new File entries with full meta-information are automatically added for every output File created from a successfully finished conversion Job.
Available Methods
- Upload a new File:
POST /files/intern/uploads/ - Download a stored File:
GET /files/intern/downloads/ - List all Files with their Metadata:
GET /files/ - Get the Metadata of a specific File:
GET /files/ID - Delete a file:
DELETE /files/ID
Error Response Codes (incomplete) :
Code | Error Message | Error Detail |
---|---|---|
0060001 | Invalid Input | Yes |
0060002 | Requested file does not exist | No |
Overview
Content Tools