BioIntelliSense BioCloud API

The BioCloud data-as-a-service platform API that ingests continuous vital-signs telemetry from BioButton / BioSticker wearables via BioHub gateways and the BioMobile app, and serves it to BioDashboard and to customer EMR/EHR and third-party integrations. The host is live and answers on every probed path with the same JSON 401 envelope, so the surface is confirmed to exist but is entirely auth-gated: no anonymous OpenAPI, no public developer portal, no self-service sign-up. Access is arranged commercially under a Master Services Agreement.

API entry from apis.yml

apis.yml Raw ↑
aid: biointellisense:biocloud
name: BioIntelliSense BioCloud API
description: 'The BioCloud data-as-a-service platform API that ingests continuous vital-signs telemetry
  from BioButton / BioSticker wearables via BioHub gateways and the BioMobile app, and serves it to BioDashboard
  and to customer EMR/EHR and third-party integrations. The host is live and answers on every probed path
  with the same JSON 401 envelope, so the surface is confirmed to exist but is entirely auth-gated: no
  anonymous OpenAPI, no public developer portal, no self-service sign-up. Access is arranged commercially
  under a Master Services Agreement.'
humanURL: https://www.biointellisense.com/biodashboard/
baseURL: https://biocloud.biointellisense.com
tags:
- Remote Patient Monitoring
- Vital Signs
- Wearables
- Health Data
x-access: gated
x-evidence:
  probed: '2026-08-02'
  url: https://biocloud.biointellisense.com/
  http_status: 401
  content_type: application/json
  note: every probed path (/, /openapi.json, /swagger.json, /docs, /api-docs, /graphql, /mcp, /.well-known/*)
    returns the same 401 JSON envelope; server header gunicorn, fronted by biocloud-internal-api-alb (AWS
    ELB, us-east-2)
properties:
- type: Authentication
  url: authentication/biointellisense-authentication.yml
- type: ErrorCatalog
  url: errors/biointellisense-problem-types.yml