Logo
Kura Care API Documentation

PPG-derived breath count

POST {{baseUrl}}/extRPC

Upload PPG waveform or PPI array to get breath count

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status OK

{ "respirationRate_bpm": "<integer>", "result": "<string>" }



Curl
curl -X POST 'https://motus.kuracare.net/extRPC' -H 'Content-Type: application/x-www-form-urlencoded' --data-urlencode '%7B%22name%22%3D%3E%22token%22%2C+%22value%22%3D%3E%22ZoetekToken%22%2C+%22datatype%22%3D%3E%22string%22%7D&%7B%22name%22%3D%3E%22data%22%2C+%22value%22%3D%3E%22%7B%5C%22pPI_ms%5C%22%3A%5B950%2C960%2C980%2C1050%2C1060%2C1060%2C1055%2C1053%2C1040%2C1040%2C1036%2C1025%2C1026%2C1023%2C1009%2C1011%2C1010%2C1003%2C998%2C990%2C985%2C983%2C974%2C966%2C965%2C960%2C955%2C950%2C943%2C980%2C1000%5D%2C+%5C%22duration_ms%5C%22%3A31040%2C+%5C%22dataRate_Hz%5C%22%3A500%7D%22%2C+%22datatype%22%3D%3E%22string%22%7D'

ENDPOINTS