Home
Get a Quote
SDK & API Support

Build on our data, in days not months

A documented BLE SDK for iOS & Android and a REST/Cloud API let your team integrate Pineeon hardware into your own apps and platforms.

REST API endpoints

GET /v1/devices/{id}/vitals
Latest heart rate, HRV, SpO₂ and temperature.
GET /v1/devices/{id}/sleep
Nightly sleep stages and readiness score.
POST /v1/devices/{id}/sync
Push offline-stored samples to the cloud.
GET /v1/users/{id}/summary
Aggregated daily and weekly health summary.

Quick start

// Read a device's latest vitals
const res = await fetch(
  "https://api.pineeon.com/v1/devices/RING_01/vitals",
  { headers: { Authorization: "Bearer <API_KEY>" } }
);
const vitals = await res.json();
// { hr: 62, hrv: 48, spo2: 98, tempC: 36.4 }
What you get

Everything your developers need

BLE SDK

iOS & Android SDKs with sample apps and full docs.

REST & Cloud API

Secure endpoints for vitals, sleep and summaries.

Developer support

Integration support and a sandbox environment.

Start your project

Ready to build your smart wearable?

Get a tailored OEM/ODM quote within one business day — MOQ, lead time and BOM, no obligation.