Skip to main content
POST
/
news
/
submitArticleFeedback
Submit article feedback
curl --request POST \
  --url http://api.superwize.ai/api/news/submitArticleFeedback \
  --header 'Content-Type: application/json' \
  --data '
{
  "articleId": "obj_01JHKZ0PV2WX123456789",
  "type": "thumbs_down",
  "message": "What are the main causes of climate change?"
}
'
{
  "success": true
}

Body

application/json
articleId
string
required
Minimum string length: 1
type
enum<string>
required
Available options:
thumbs_down
message
string
Maximum string length: 2000

Response

Article feedback recorded.

success
boolean
required