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/sessions' \ --header 'X-API-Key: YOUR_API_KEY'
{ "context": {}, "created_at": "string", "focus_entities": [ "string" ], "last_activity": "string", "session_id": "string" }
Create a new reasoning session. Required scope: write
write
SessionResponse
200
401
403
429