1. General APIs
Telehealth Public APIs
  • Introduction
  • SSO Login
    • Generate SSO token
      POST
    • SSO Login
      GET
  • General APIs
    • Create Patient
      POST
    • Upload Patient File
      POST
    • Submit Patient's Form Response
      POST
    • Lab readings
      POST
    • Assign Service to Patient
      POST
    • Create Patient's Chart Note
      POST
    • Get Provider's Appointment Slots
      POST
    • Provider Sign Up
      POST
    • GraphQL Get Patient(s)
      POST
    • Get Encouter Details From Recording File Name
      GET
    • ARIA Analysis
      POST
  1. General APIs

ARIA Analysis

Developing
POST
/automation/webhook/aria-analysis

Request

None

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/automation/webhook/aria-analysis'

Responses

🟢200Success
application/json
Body

Example
{}
Modified at 2026-02-24 13:25:31
Previous
Get Encouter Details From Recording File Name
Built with