Appearance
Files Resource
The Files resource allows you to manage and retrieve information about files. This resource supports retrieving details of a specific file, listing all files, and deleting files.
Available Methods
GET /files/ID
Retrieve information about a specific file. This includes details such as the file's metadata, associated job, video and audio tracks, and more.
For detailed information, see GET /files/ID.
GET /files/
List all files, with options for filtering, sorting, and pagination. You can filter files by type, pipeline ID, job ID, and more.
For detailed information, see GET /files/.
DELETE /files/ID
Delete a specific file. This will remove the file's metadata and binary data if it is not hosted externally.
For detailed information, see DELETE /files/ID.