Skip to main content
POST
/
v1
/
app
/
feedback
Create feedback
curl --request POST \
  --url https://{base_url}/v1/app/feedback \
  --header 'Content-Type: application/json' \
  --data '
{
  "target_id": "<string>",
  "feature": "Summary",
  "score": 123
}
'

Body

application/json

The feedback to create

target_id
string
required
feature
enum<string>
required
Available options:
Summary,
Composition,
AnswerHub,
CompositionSection
score
number
required