Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request POST \
--url 'https://api.nsr.stateset.com/api/v1/flywheel/feedback' \
--header 'X-API-Key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"answer": "string",
"comment": "string",
"confidence": 1,
"positive": true,
"query": "string",
"strategy": "string",
"suggested_rule": {
"body": [
"string"
],
"evidence_count": 1,
"head": "string"
}
}'
Required scope: write
curl --request POST \
--url 'https://api.nsr.stateset.com/api/v1/flywheel/feedback' \
--header 'X-API-Key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"answer": "string",
"comment": "string",
"confidence": 1,
"positive": true,
"query": "string",
"strategy": "string",
"suggested_rule": {
"body": [
"string"
],
"evidence_count": 1,
"head": "string"
}
}'
write
FeedbackRequest
| Code | Meaning |
|---|---|
202 | Feedback accepted |
400 | Query/answer missing |
401 | Unauthorized — missing or invalid credentials |
403 | Forbidden — the key/token lacks the required scope |
429 | Rate limited — see Retry-After / X-RateLimit-Reset |
curl --request POST \
--url 'https://api.nsr.stateset.com/api/v1/flywheel/feedback' \
--header 'X-API-Key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"answer": "string",
"comment": "string",
"confidence": 1,
"positive": true,
"query": "string",
"strategy": "string",
"suggested_rule": {
"body": [
"string"
],
"evidence_count": 1,
"head": "string"
}
}'