This endpoint returns a list of all media files uploaded to FastPix within a specific workspace. Each media entry contains data such as the media id, createdAt, status, type and more. It allows you to retrieve an overview of your media assets, making it easier to manage and review them.
Use the access token and secret key related to the workspace in the request header. When called, the API provides a paginated response containing all the media items in that specific workspace. This is helpful for retrieving a large volume of media and managing content in bulk.
If you manage a video platform and need to review all uploaded media in your library to ensure that outdated or low-quality content isn’t being served, you can use this endpoint to retrieve a complete list of media. You can then filter, sort, or update items as needed.
FastPix APIs are secured with Basic Authentication. Use your Access Token ID as the username and Secret Key as the password in the Authorization header of each API request.
Activate your FastPix account to generate your API credentials. See the guide here
The values in the list can be arranged in two ways: DESC (Descending) or ASC (Ascending).