---
title: "Create Feedback With Token Post"
method: POST
path: "/api/v1/feedback/tokens/{token}"
tags: ["feedback"]
---

# Create Feedback With Token Post

`POST /api/v1/feedback/tokens/{token}`

Create a new feedback with a token.

## Path parameters

- `token` string, uuid, required

## Request body

- FeedbackCreateWithTokenExtendedSchema — Feedback create schema with token.
  - `score` union
    - number
    - integer
    - boolean
  - `value` union
    - number
    - integer
    - boolean
    - string
  - `comment` string, nullable
  - `correction` union
    - object
    - string
  - `metadata` object, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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