Integration
Seamless Integration of User Feedback & Voting
How it looks in GPTBoost
In your GPTBoost Request Log, you'll instantly spot the request for which feedback was collected. There'll be a 👍 👎 ❤️ symbol describing the rating and a 🗨️ bubble if there is a comment.

All the feedback information is of course present in the JSON object, as well.
Additionally, you can now filter and export requests based on feedback ratings.

How to Start Collecting User Feedback & Voting
API Method
POST https://api.gptboost.io/v1/feedback/
Submits user feedback for a specific completion or message to the GPTBoost API.
Path Parameters
https://api.gptboost.io/v1/feedback/*
String
GPTBoost endpoint to submit feedback
Headers
Content-Type*
String
application/json
Request Body
message_id*
String
The completion id of the OpenAI API response
rating*
String
"positive", "negative", or "amazing" are the supported values
comment
String
Additional comment that the user has added to the vote
tags
Array
Any meaningful categories for the query or rating
Code Examples
Last updated
Was this helpful?