curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/beliefs/{proposition}/explain' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
"string"
Get explanation for a belief
Required scope: read
GET
/
api
/
v1
/
beliefs
/
{proposition}
/
explain
curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/beliefs/{proposition}/explain' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
"string"
Required scope:
read
Path parameters
string
required
The proposition
Response
Returnstext/plain — Belief explanation.
Status codes
| Code | Meaning |
|---|---|
200 | Belief explanation |
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 GET \
--url 'https://api.nsr.stateset.com/api/v1/beliefs/{proposition}/explain' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
"string"
Last modified on August 31, 2026