List Media
Endpoints
List Media
Retrieve a paginated list of your uploaded media
GET
List Media
Request
Headers
Your API key in the format:
Bearer imperial_live_xxxxxxxxxxxxxQuery Parameters
Page number for pagination
Number of items per page (max: 100)
Filter by status:
active, trash, or allFilter by folder. For
active status, leaving this empty shows Root by default.Search across your whole library (filename/original filename, plus tag exact match)
Date filter start (YYYY-MM-DD, UTC)
Date filter end (YYYY-MM-DD, UTC)
MIME prefix filter (e.g.
image/, video/, application/) or otherMinimum file size in bytes
Maximum file size in bytes
Filter favorites (
true or false)Include tags (comma-separated). Must include all tags.
Exclude tags (comma-separated)
Back-compat:
tag=foo is still supported and behaves like tags=foo.Response
Array of media objects (images and videos)
Pagination information
Example Requests
Example Response
Media Object Fields
Unique identifier for the media
Direct CDN URL to the media file
Thumbnail URL (for videos only,
null for images)MIME type (e.g.,
image/jpeg, video/mp4)Original filename
File size displayed in human-readable format
ISO 8601 timestamp of upload
Always
"upload" for user uploadsPagination
The API returns up to 50 items per page by default. Use thepage and limit parameters to navigate through your media:

