Browsing
- Search — the Search media… box matches by
name(server-side). - Pagination — the grid shows a page of items at a time, with Prev and Next controls.
What’s on a tile
Per-item actions
Each tile has a⋯ menu with:
- Crop — open the cropper to adjust the image.
- Archive — soft-delete the item. See Delete media.
API
GET /v1/media lists your media, newest first, in pages. Query parameters: page, limit (max 100), search (matches name), and folder_id. The response includes a meta object with page, limit, and total. Soft-deleted items (is_deleted) are excluded.