Heidi Health · Example Payload

Heidi Health Create Session Example

HealthcareHealth TechAI Medical ScribeAmbient AIClinical DocumentationClinical Decision SupportArtificial IntelligenceSpeech To TextTranscriptionEHR IntegrationElectronic Health RecordsTelehealthClinical CodingICD-10SNOMEDHIPAAGDPRSOC 2ISO 27001ISO 42001WearablesVoiceAudioAustraliaMelbourne

Heidi Health Create Session Example is an example object payload from Heidi Health, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationmethodpathrequestresponse

Example Payload

Raw ↑
{
  "operation": "createSession",
  "method": "POST",
  "path": "/sessions",
  "request": {
    "headers": {
      "Authorization": "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ1c3JfYWJjMTIzIn0.signature",
      "Content-Type": "application/json"
    },
    "body": {
      "patient_profile_id": "ptp_01HXYZ123",
      "ehr_appointment_id": "appt_5567"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "session_id": "sess_01HXYZABC456"
    }
  }
}