---
title: "Create a License Plate of Interest"
method: POST
path: "/cameras/v1/analytics/lpr/license_plate_of_interest"
tags: ["LPR"]
---

# Create a License Plate of Interest

`POST /cameras/v1/analytics/lpr/license_plate_of_interest`

Creates a License Plate of Interest for an organization using a specified description and license plate number.

## Request body

- LicensePlateOfInterestBodyRequest
  - `description` string, required — The description for the License Plate of Interest.
  - `license_plate` string, required — The license plate number of the License Plate of Interest.

## Response `200`

OK

- LicensePlateOfInterest
  - `creation_time` integer — The creation time of the License Plate of Interest.
  - `description` string — The description of the License Plate of Interest.
  - `license_plate` string — The license plate number of the License Plate 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)
