v1
latestOpenAPI 3.0.12026-07-2649123153.6 KB/api/v1/ambient/note
Gets the content for a note.
get/api/v1/ambient/note/{note_id}/content
Path parameters
note_idstring required
Note identifier. Use the composition_id returned from Ambient session create (same value as note ID for note-level APIs).
Headers
sdp_provider_idstring
Example:provider-123
Optional for standard partners.
Required for:
- Bearer authentication. Use the same provider_id returned by the Login or Register API.
- Single Auth Token authentication. Include the same provider_id on every request as sdp_provider_id.
Response
Success Response
Example response
{
"summary": [
{
"content": "Asthma exacerbation",
"loinc_code": "18776-5",
"source_transcripts": [
"asthma",
"exacerbation"
],
"title": "ASSESSMENT AND PLAN"
}
]
}