---
title: "Create an innovation assessment"
method: POST
path: "/v1/{innovationId}/assessments"
tags: ["Innovation Assessment"]
---

# Create an innovation assessment

`POST /v1/{innovationId}/assessments`

Create an innovation assessment.

## Path parameters

- `innovationId` string, uuid, required

## Request body

- object
  - `message` string, required

## Response `200`

The innovation assessment has been created.

- object
  - `id` string, uuid, required

## Other responses

- `400` — The innovation assessment has not been created.
- `401` — The user is not authenticated.
- `403` — The user is not authorized to create an innovation assessment.
- `404` — The innovation does not exist.
- `500` — An error occurred while creating the innovation assessment.

---

[API](https://skmtc.net/nhs-england/apis/innovations-api-nhs-innovation-service.md) · [All operations](https://skmtc.net/nhs-england/apis/innovations-api-nhs-innovation-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nhs-england/innovations-api-nhs-innovation-service/revisions/36d432fb3b0d/schema)
