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/query' \ --header 'X-API-Key: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "limit": 1, "patterns": [ { "object": "string", "predicate": "string", "subject": "string" } ] }'
{ "bindings": [ {} ], "execution_time_ms": 1, "total_count": 1 }
Execute a structured pattern query over the KB. Required scope: write
write
QueryRequest
QueryResponse
200
400
401
403
429