Feedback

Initiate neurofeedback (audio/visual/haptic)

post
/feedback/neuro
Authorizations
Body
modestring · enumRequiredPossible values:
target_statestring · enumRequiredPossible values:
duration_secsinteger · max: 1800OptionalExample: 600
Responses
200

Started

application/json
post
/feedback/neuro
POST /v1/feedback/neuro HTTP/1.1
Host: api.haloproject.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 59

{
  "mode": "audio",
  "target_state": "focus",
  "duration_secs": 600
}
200

Started

{
  "status": "ok",
  "id": "text"
}

Last updated

Was this helpful?