---
title: "Submit an NPS response"
method: POST
path: "/v1/platform/nps/response"
tags: ["nps"]
---

# Submit an NPS response

`POST /v1/platform/nps/response`

Records the authenticated user's NPS score and optional comment.

## Request body

- NpsSubmitResponseRequest
  - `comment` string
  - `score` integer

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
