Skip to content

Create

POST
/feedback

Save feedback for a specific conversation

Authorizations

HTTPBearer

Use your API token

Type
HTTP (bearer)

Request Body

application/json
JSON
{
"conversationId": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
"data": {
"type": "helpful",
"helpful": true
}
}

Responses

Successful Response

application/json
object

ConversationFeedbackIn is used to receive feedback for a specific conversation

Format"uuid"
Format"uuid"
Format"uuid"
Format"uuid"
Format"date-time"
object
Required

Samples

Powered by VitePress OpenAPI