---
title: "Feedback Create"
method: POST
path: "/feedback/create"
tags: ["Feedback"]
---

# Feedback Create

`POST /feedback/create`

Add feedback to a call or object.

## Request body

- FeedbackCreateReq
  - `id` string, nullable — If provided by the client, this ID will be used for the feedback row instead of a server-generated one.
  - `project_id` string, required
  - `weave_ref` string, required
  - `creator` string, nullable
  - `feedback_type` string, required
  - `payload` object, required
  - `annotation_ref` string, nullable
  - `runnable_ref` string, nullable
  - `call_ref` string, nullable
  - `trigger_ref` string, nullable
  - `wb_user_id` string, nullable — Do not set directly. Server will automatically populate this field.

## Response `200`

Successful Response

- FeedbackCreateRes
  - `id` string, required
  - `created_at` string, date-time, required
  - `wb_user_id` string, required
  - `payload` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/wandb/apis/fastapi.md) · [All operations](https://skmtc.net/wandb/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wandb/fastapi/versions/56745769989b/schema)
