Skip to main content
This guide walks you from an API key to live device data in three steps.
1

Get your credentials

Request access from support@stealthera.in. You will receive the base URL https://api.stealthera.in and an API key. All calls authenticate with the X-API-Key header — see Authentication.
2

List your devices

Fetch the live list of devices assigned to you, with the latest snapshot and status for each.
Response
Each row carries a deviceId (the watch IMEI), which you use to address that device in every other endpoint.
3

Pull a device's vitals

Use the deviceId to retrieve heart rate, blood pressure, blood oxygen, and body temperature together in one call.

Where to next

API Reference

Every endpoint, schema, and example with an interactive playground.

Hospital Integration

Polling cadence, device-to-patient mapping, and alert handling.