---
title: "Gives all the base images that can be used while creating a beast challenge, this is a constant specified in beast global config"
method: GET
path: "/api/info/images/available"
tags: ["info"]
---

# Gives all the base images that can be used while creating a beast challenge, this is a constant specified in beast global config

`GET /api/info/images/available`

Returns all the available base images  which can be used for challenge creation as the base OS for challenge.

## Headers

- `Authorization` string, required

## Response `200`

OK

- ApiAvailableImagesResp
  - `images` string[]
  - `message` string

---

[API](https://skmtc.net/sdslabs/apis/beast-api.md) · [All operations](https://skmtc.net/sdslabs/apis/beast-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sdslabs/beast-api/versions/7d8933ea23d5/schema)
