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.
How it works
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.
Example
You're managing a video platform and need to check all the uploaded media in your library to ensure no outdated or low-quality content is being served. Using this endpoint, you can retrieve a complete list of media, allowing you to filter, sort, or update items as needed.