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

# Feedback Create Batch

`POST /feedback/batch/create`

Add multiple feedback items to calls or objects.

## Request body

- FeedbackCreateBatchReq
  - `batch` FeedbackCreateReq[], required
    - `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

- FeedbackCreateBatchRes
  - `res` FeedbackCreateRes[], required
    - `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)
