---
title: "Creates a new assessment for a monitored company."
method: POST
path: "/api/v2/companies/{id}/assessments"
tags: ["Assessment"]
---

# Creates a new assessment for a monitored company.

`POST /api/v2/companies/{id}/assessments`

Creates a new assessment for the specified company.

## Path parameters

- `id` integer, required

## Request body

- object
  - `Name` string, required — Name of the assessment. The assessment name must be unique within the same company.
  - `Description` string — Optional description of the assessment.
  - `Frameworks` string[], required — List of framework names to associate with the assessment.
  - `OnlyApiEditable` boolean — If true, the assessment is only editable via API.

## Response `200`

Assessment created successfully.

- object
  - `AssessmentId` integer, required — Id of the created assessment.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `default` — Failure

---

[API](https://skmtc.net/blackkitetech/apis/black-kite-api.md) · [All operations](https://skmtc.net/blackkitetech/apis/black-kite-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blackkitetech/black-kite-api/versions/7dadaba760fb/schema)
