Features
Authorizations
Body
sampling_rateintegerRequiredExample:
500window_secsnumberRequiredExample:
2Responses
200
Feature vector
application/json
post
/features/extractPOST /v1/features/extract HTTP/1.1
Host: api.haloproject.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 77
{
"sampling_rate": 500,
"window_secs": 2,
"eeg": [
{
"t": 1,
"fp1": 1,
"fp2": 1,
"fpz": 1
}
]
}200
Feature vector
{
"features": [
1
],
"names": [
"text"
]
}Last updated
Was this helpful?
