Skip to main content
The Media Library modal lists your uploaded images in a flat, paginated grid, most recent first. Open it from any image picker (an Image widget’s source, a report cover, or a branding logo control), then use the Library tab.

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.
To pick an image, select a tile (or double-click) and choose Use selected.

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.