Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
API Reference
Every endpoint, with a playground
curl --request POST \ --url 'https://api.nsr.stateset.com/api/v1/nsr/validation/cases' \ --header 'X-API-Key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "expected_valid": true, "inquiry": "string", "name": "string", "response": "string" }'
{ "created_at": "string", "expected_valid": true, "id": "string", "inquiry": "string", "name": "string", "response": "string" }
Required scope: write
write
NSRValidationCaseInput
NSRValidationCase
200
401
403
429