Skip to main content
POST
Create Note
Use the Cobalt appointment_id. The appointment_id parameter should be the Cobalt appointment ID returned from API responses or GET endpoints, not the EHR appointment ID.
The note parameter accepts a structured object with separate fields for clinical documentation (hpi, exam, assessment, treatment), along with optional ICD-10 and CPT codes.

Example Request

Example Response

Webhook Notifications

When the note processing is complete, we will send a webhook to your registered endpoint. Here are examples of what those webhook payloads will look like: See the Webhook Events reference for the full field breakdown and error codes.

Success

Failure

Authorizations

client_id
string
header
required
client_secret
string
header
required
access_token
string
header
required

Body

application/json
appointment_id
string
required

The id of the appointment. This is the id included in the response to GET /appointments.

note
object
required

Structured note content.

icd_10_codes
string[]

Optional ICD-10 diagnosis codes

cpt_codes
string[]

Optional CPT procedure codes

Response

200 - application/json

Successful response

success
boolean
message
string