List images
list_imagesList images from your PixelVault project, most recent first, with pagination via page/per_page. Each returned CDN URL supports instant transforms like resizing, cropping, format conversion, and AI background removal.
Instructions
List images in your PixelVault project, most recent first (GET /v1/images), paginated via page/per_page. The returned CDN URL supports on-the-fly transforms via query params — e.g. ?w=400&fit=cover (resize/crop), ?fmt=webp (format), ?segment=foreground (AI background removal → transparent PNG), and effects like ?blur=30&saturation=0&rotate=90. Or call transform_image to build a valid transform URL for you. See https://pixelvault.dev/docs#transforms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default 1). | |
| per_page | No | Items per page (default 20, max 100). |