Python
from elevenlabs import ElevenLabs client = ElevenLabs( api_key="YOUR_API_KEY", ) client.conversational_ai.post_conversation_feedback( conversation_id="21m00Tcm4TlvDq8ikWAM", feedback="like", )
"<any>"
Send the feedback for the given conversation
The id of the conversation you're taking the action on.
Successful Response
The response is of type any.
any
Was this page helpful?