provider Agents Platform POST /v1/convai/conversations/{conversation_id}/feedback
@utdk/elevenlabs /v1/convai/conversations/{conversation_id}/feedback
Send Conversation Feedback
Send the feedback for the given conversation
conversation_id path required
The id of the conversation you're taking the action on.
string

Try it

Authentication
Configure credentials for ElevenLabs API Documentation
postConversationFeedbackRoute
POST/v1/convai/conversations/{conversation_id}/feedback
Send the feedback for the given conversation

Parameters

required

The id of the conversation you're taking the action on.

Input

Either 'like' or 'dislike' to indicate the feedback for the conversation.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import elevenlabs from '@utdk/elevenlabs';

await elevenlabs.postConversationFeedbackRoute()