cURL
curl --request POST \ --url https://app.all-hands.dev/api/conversations/{conversation_id}/submit-feedback \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "email": "jsmith@example.com", "version": "<string>", "permissions": "private", "polarity": "<string>", "feedback": "<string>" }'
{}
Submit user feedback for a conversation
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Conversation ID
Feedback submitted successfully
The response is of type object.
object
Was this page helpful?