cURL
curl --request POST \ --url https://api.helicone.ai/v1/request/{requestId}/feedback \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "rating": true }'
{}
Submit feedback for a specific request.
eu.api.helicone.ai
api.helicone.ai
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Was this page helpful?