Enzo Health Docs home page
Search...
Ctrl K
App
App
Search...
Navigation
Getting Started
Introduction
API Reference
Getting Started
Introduction
Authentication
Workflow Run
POST
Start Workflow Run
POST
Start Preview Workflow Run
Workflow
GET
List workflows
GET
Get a workflow
POST
Create a workflow
POST
Import a workflow
PATCH
Update a workflow
DEL
Delete a workflow
POST
Publish workflow
POST
Unpublish workflow
Results
GET
List results
GET
Get a result
DEL
Delete results
GET
List logs in result
Webhook
GET
List webhook blocks
POST
Subscribe to webhook block
POST
Unsubscribe from webhook block
Processors
GET
List processors
GET
Get a processor
POST
Create a processor
PATCH
Update a processor
DEL
Delete a processor
Credentials
GET
List organization credentials
POST
Create credentials
DEL
Delete credentials
Organizations
GET
List organizations
Patients
GET
Get patients for organization
GET
Search patients
GET
Get patient by id
GET
Get count of voice notes for a patient
Voice Notes
GET
List notes
POST
Create a new voice note
PATCH
Update voice note details
DEL
Delete a voice note and related records
GET
Get voice note summaries for a specific voice note by the logged-in user
Transcripts
GET
Get paginated finalized sentences for a voice note
GET
Fetch details for multiple finalized sentences
POST
Search sentences by embedding
POST
Save voice note audio
POST
Generate audio upload URL
GET
Generate presigned voice note audio URL
GET
Get list of questions to check in transcripts
GET
Get the answered status of predefined questions for a voice note
Survey
GET
Get survey response for a voice note
POST
Submit voice note survey answers
POST
Voice note survey
Folders
GET
List folders
GET
Get folder
POST
Create a folder
PATCH
Update a folder
DEL
Delete a folder
Visits
GET
List appointments
OASIS
GET
Get OASIS by job ID
GET
Get OASIS by voice note ID
POST
Save OASIS for a job
Subscribers
GET
Get notifications feed for a subscriber
GET
Get count of unseen notifications for a subscriber
POST
Mark a notification as seen and/or read
User
DEL
Delete User
POST
Reset Password
esign
POST
Fill a reusable template
On this page
Welcome
Authentication
Getting Started
Introduction
Example section for showcasing API endpoints
If you’re not looking to build API reference documentation, you can delete this section by removing the api-reference folder.
Welcome
There are two ways to build API documentation:
OpenAPI
and
MDX components
. For the starter kit, we are using the following OpenAPI specification.
Plant Store Endpoints
View the OpenAPI specification file
Authentication
All API endpoints are authenticated using Bearer tokens and picked up from the specification file.
Copy
"security"
: [
{
"bearerAuth"
: []
}
]
Suggest edits
Authentication
Assistant
Responses are generated using AI and may contain mistakes.