---
title: "On creating assessments and posting it"
method: POST
path: "/assessments"
tags: ["assessments"]
---

# On creating assessments and posting it

`POST /assessments`

## Request body

- object
  - `id` integer
  - `projectId` integer

## Response `201`

new created assessment tracker

## Other responses

- `500` — internal server error
- `503` — internal server error

## Changes

- **2025-01-22** `ed48b7196725` — 2 breaking, 8 info
  - added required request body
  - removed the success response with the status `200`
  - api operation id `createAssessment` removed and replaced with ``
  - the endpoint scheme security `JWTAuth` was added to the API
  - …6 more

[Change history](https://skmtc.dev/verifywise-ai/apis/verifywise-api/changes/assessments/post.md)

---

[API](https://skmtc.dev/verifywise-ai/apis/verifywise-api.md) · [All operations](https://skmtc.dev/verifywise-ai/apis/verifywise-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/verifywise-ai/verifywise-api/revisions/8f39d60f160a/schema)
