---
title: "Add a selfie image to the registration."
method: POST
path: "/api/images/selfie"
tags: ["Images"]
---

# Add a selfie image to the registration.

`POST /api/images/selfie`

## Headers

- `apikey` string, required

## Request body

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

## Response `200`

Result of uploading selfie image; including liveness check indicator.

- CredasApiModelsImagesAddSelfieImageResponse
  - `livenessConfirmed` boolean, required

## 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)
