POST
/
v1
/
convai
/
conversations
/
{conversation_id}
/
feedback
from elevenlabs import ElevenLabs

client = ElevenLabs(
    api_key="YOUR_API_KEY",
)
client.conversational_ai.post_conversation_feedback(
    conversation_id="21m00Tcm4TlvDq8ikWAM",
    feedback="like",
)
"<any>"

Path Parameters

conversation_id
string
required

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

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.