---
title: "Create a Person of Interest"
method: POST
path: "/cameras/v1/people/person_of_interest"
tags: ["People"]
---

# Create a Person of Interest

`POST /cameras/v1/people/person_of_interest`

Creates a Person of Interest for an organization using a specified base64 encoded string of face image and label.

## Request body

- PersonOfInterestPostBodyRequest
  - `base64_image` string, required — The base64 encoded string of the face image of the Person of Interest.
  - `label` string, required — The name/label of the Person of Interest.

## Response `200`

OK

- PersonOfInterest
  - `created` integer — The timestamp when the Person of Interest was created. Formatted as a Unix timestamp in seconds.
  - `label` string — The name/label of the Person of Interest.
  - `last_seen` integer — The timestamp when the Person of Interest was last seen. Formatted as a Unix timestamp in seconds.
  - `person_id` string, uuid — The unique identifier of the Person of Interest.

---

[API](https://skmtc.net/verkada/apis/api-tokens.md) · [All operations](https://skmtc.net/verkada/apis/api-tokens/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verkada/api-tokens/revisions/4a79d2d949a6/schema)
