cURL
curl --request POST \ --url https://app.all-hands.dev/api/conversations/{conversation_id}/submit-feedback \ --header 'X-Session-API-Key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Submit user feedback.
This function stores the provided feedback data.
To submit feedback:
Successful Response
Was this page helpful?