Skip to main content
POST
/
api
/
v1
/
template
/
check-docker-image
Check Docker Image
curl --request POST \
  --url https://api.primeintellect.ai/api/v1/template/check-docker-image \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "image": "<string>",
  "registry_credentials_id": "<string>"
}
'
{
  "errors": [
    {
      "param": "<string>",
      "details": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
image
string
required
registry_credentials_id
string | null

Response

Successful Response