curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/types/constraints-prompt' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
"string"
Generate type constraints prompt for LLM
Required scope: read
GET
/
api
/
v1
/
types
/
constraints-prompt
curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/types/constraints-prompt' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
"string"
Required scope:
read
Response
Returnstext/plain — Type constraints prompt.
Status codes
| Code | Meaning |
|---|---|
200 | Type constraints prompt |
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/types/constraints-prompt' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
"string"
Last modified on August 31, 2026