---
title: "Check Docker Image"
method: POST
path: "/api/v1/template/check-docker-image"
tags: ["Template"]
---

# Check Docker Image

`POST /api/v1/template/check-docker-image`

Check whether a docker image is accessible (optionally with registry credentials).

## Request body

- DockerImageCheckRequest
  - `image` string, required
  - `registry_credentials_id` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Authorization failed
- `422` — Invalid request data

---

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