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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

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.

Enter a gateway URL above to enable sending.

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

TypeScript

import elevenlabs from '@utdk/elevenlabs';

await elevenlabs.postConversationFeedbackRoute()