---
title: "GET /api/image"
method: GET
path: "/api/image"
tags: ["api", "images"]
---

# GET /api/image

`GET /api/image`

Get all Images

## Response `200`

OK

- GETImagesGetAllImages200Response
  - `docs` object[]
    - `_id` string, required — The ID of the image.
    - `sellerId` string, required — The ID of the seller of the image.
    - `name` string, required — The name of the image.
    - `url` string, uri, required — The URL of the image.
    - `tags` string[] — An array of tags of the image.
    - `type` 'img' | 'video' — The type of the asset (img or video)
    - `createdAt` string, date-time — An ISO timestamp indicating when the image was created.
    - `updatedAt` string, date-time — An ISO timestamp indicating when the image was updated.
  - `total` integer

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
