---
title: "Create a reassessment request for an innovation."
method: POST
path: "/v1/{innovationId}/reassessments"
tags: ["[v1] Innovation Assessments"]
---

# Create a reassessment request for an innovation.

`POST /v1/{innovationId}/reassessments`

Create a reassessment request for an innovation.

## Path parameters

- `innovationId` string, uuid, required

## Request body

- object
  - `reassessmentReason` string[], required
  - `otherReassessmentReason` string
  - `description` string, required
  - `whatSupportDoYouNeed` string, required

## Response `200`

Returns the reassessment request and the cloned assessment id

- object
  - `id` string, uuid, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Unprocessable entity
- `500` — Internal server error

---

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