---
title: "Step 4. Submit Assessment"
method: PUT
path: "/assessment/api/v1/submit/{hash}"
tags: ["Assessments > Submit"]
---

# Step 4. Submit Assessment

`PUT /assessment/api/v1/submit/{hash}`

This API is used to Submit the assessment. This api should be called after the assessment is completed and progress reaches 100%. <Tip>Use this API to submit the assessment and get assessment summary</Tip>

## Headers

- `auth` string, required
- `client-id` string, required
- `locale` string
- `Content-Type` string

## Response `200`

OK

- object — The assessment has been successfully submitted. The response contains the assessment summary. You can hit the [Get Assessment Data](/api-reference/health-ai/assessment/questionnaire_data) API to get the assessment data for the submitted assessment.

## Other responses

- `4XX` — Bad Request

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/revisions/9ea23456f722/schema)
