Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Case identifier
Body
application/json
Whether the user liked the AI summary
curl --request POST \
--url https://api.wirespeed.co/cases/{id}/ai-summary-feedback \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"liked": true
}'
curl --request POST \
--url https://api.wirespeed.co/cases/{id}/ai-summary-feedback \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"liked": true
}'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Case identifier
Whether the user liked the AI summary