Notes
Create a new clinical note
Creates a new note
post/v1/notes
Request body
Example request
{
"transcript": "Hey, how's it going? Good good yeah, so what's going on? Yeah, hi I'm Edward yeah hi hi Edward. How's it going? Yeah, good good. So I've been having a couple of issues like my back pain and knee pain.",
"language": "en",
"noteType": {
"type": "note_style",
"includeJson": true
},
"instructions": [
"Use a professional and concise tone.",
"Include key details without unnecessary elaboration.",
"Ensure clarity for a general audience."
]
}Response
Note response
Example response
{
"status": "ok",
"data": {
"noteId": "note_EXAMPLE123456789"
},
"date": "2024-11-07T21:24:51Z"
}