Get image
get_imageRetrieve metadata and CDN URL for a PixelVault image by its ID. The CDN URL supports on-the-fly transforms like resize, format conversion, and effects.
Instructions
Get metadata (CDN URL, size, MIME type, dimensions) for one PixelVault image by id (GET /v1/images/:id). 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 |
|---|---|---|---|
| id | Yes | Image id to fetch, e.g. img_abc123. |