---
title: "Add a liveness image (UAP) to the specified registration."
method: POST
path: "/api/images/liveness"
tags: ["Images"]
---

# Add a liveness image (UAP) to the specified registration.

`POST /api/images/liveness`

## Headers

- `apikey` string, required

## Request body

- CredasApiModelsImagesAddLivenessImageRequest
  - `registrationId` string, uuid, required
  - `imageData` string, required

## Response `200`

OK response indicating a successful action.

## Other responses

- `400` — If the service was supplied invalid data.
- `401` — If credentials supplied were invalid.
- `500` — If an unexpected exception occurred whilst processing the request.

---

[API](https://skmtc.dev/credas/apis/credas-api.md) · [All operations](https://skmtc.dev/credas/apis/credas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/credas/credas-api/revisions/a8dd82736563/schema)
