cURL
curl -X POST 'https://api.scrapegraphai.com/v1/feedback' \ -H 'SGAI-APIKEY: YOUR_API_KEY' \ -H 'Content-Type: application/json' \ -d '{ "request_id": "123e4567-e89b-12d3-a456-426614174000", "rating": 5, "feedback_text": "Great service!" }'
{ "feedback_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "request_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "message": "Feedback submitted successfully", "feedback_timestamp": "2023-11-07T05:31:56Z" }
Submit feedback for a specific request with rating and optional comments.
Successful Response
The response is of type object.
object
Was this page helpful?