NeuroFlow Live API
The REST API behind the NeuroFlow Live web and mobile applications, served same-origin from https://neuroflowlive.com/api/ (server: gunicorn, versioned /api/v2/ routes). A Swagger document is published by the service at /api/swagger.json but is session-gated: anonymous requests return HTTP 401 with the JSON envelope {"message": "Please log in to continue", "code": 0}. The same route and the same 401 were observed on the sandbox, QA, staging and dev environments, so no public machine-readable contract is reachable.