# Api:Container Images

**Page:** api/api-container-images

[Download Raw Markdown](./api/api-container-images.md)

---

## API Endpoints Summary

- **GET** `/api/v1/images/public` — List public images
- **GET** `/api/v1/images/public/{id}` — Get public image details
- **GET** `/api/v1/images/{id}/icon` — Get image icon
- **GET** `/api/v1/images/user` — List user images
- **POST** `/api/v1/images/import/{id}` — Import free image
- **POST** `/api/v1/images/purchase/{id}` — Purchase image
- **POST** `/api/v1/images/rate/{id}` — Rate image

## CLI

```bash
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help
```