---
title: "Send Conversation Feedback"
method: POST
path: "/v1/convai/conversations/{conversation_id}/feedback"
tags: ["Agents Platform"]
---

# Send Conversation Feedback

`POST /v1/convai/conversations/{conversation_id}/feedback`

Send the feedback for the given conversation

## Path parameters

- `conversation_id` string, required — The id of the conversation you're taking the action on.

## Request body

- ConversationFeedbackRequestModel
  - `feedback` 'like' | 'dislike'

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation.md) · [All operations](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elevenlabs/elevenlabs-api-documentation/revisions/57d56f34628a/schema)
