{"apis":[{"method":"GET","path":"/devices","description":"Get all devices"},{"method":"GET","path":"/server","description":"Get the server for a device","query":{"device":"string"}},{"method":"POST","path":"/data/file","description":"Upload a file to a device","query":{"device":"string","type":"string"},"body":{"file":"file"}},{"method":"POST","path":"/data/text","description":"Upload a text to a device","query":{"device":"string","type":"string"},"body":{"text":"string"},"examples":{"type":["thermal","heart_rate","breath_rate","mm_wave"],"device":["1_wireless","1_touch","2_wireless","2_touch","3_wireless","3_touch"]}}]}