Skip to main content
๐ŸŽ‰ API version '2024-10-01' just released with many new features. If you are still on an older version, check the migration guide.

Changelog

Keeping track of changesโ€‹

All changes are documented here. The following sections are not necessarily API version codes, most changes come without a new API version unless it is necessary for backward compatibility.

2024-11-18โ€‹

2024-11-13โ€‹

2024-11-08โ€‹

  • New 2024-11-08 API version.
  • Fixed case for server-to-client frames in Transcribe Websocket. It is now SCREAMING_SNAKE_CASE for all the frames, e.g. transcript_item becomes TRANSCRIPT_ITEM.

2024-11-07โ€‹

2024-10-01โ€‹

2024-06-12โ€‹

  • Feedback Report endpoint now takes an expected_output field, so you can pass a structured version of what you expected the endpoint to give as output.

2024-06-03โ€‹

  • /generate_normalized_data endpoints now also return vitals, along with their LOINC codes, in the observations array.

2024-05-25โ€‹

2024-05-16โ€‹

2024-05-13โ€‹

  • Add a new endpoint to fetch a user with a unique external ID from another system.

2024-05-06โ€‹

  • Add a content_auto_update_enabled property on dot phrases in create, read and update user dot-phrases endpoints to automatically adapt dot-phrase replacement text to the context of the encounter.

2024-05-02โ€‹

2024-04-23โ€‹

2024-04-18โ€‹

  • Add new endpoints to manage Dot Phrases for a user.
  • Suggest user's matching Dot Phrases alongside the generated note in the Digest endpoint.

2024-04-11โ€‹

  • Add four new templates: GENERAL_MEDICINE_WCC, SOAP_WCC, GENERAL_MEDICINE_EMERGENCY, SOAP_EMERGENCY.

2024-04-03โ€‹

2024-03-27โ€‹

  • Add a patient_context property in digest and digest_async requests body

2024-03-25โ€‹

2024-02-27โ€‹

  • New API version: 2024-02-27.
  • Remove note generation feature from Listen Websocket API (no more usage of this deprecated feature).

2024-01-31โ€‹

  • Add new endpoints to fetch a single user or all users using filters and pagination.
  • Add split_by_problem to digest & listen-from-file endpoints.

2024-01-24โ€‹

  • Deprecate note generation feature in Listen Websocket API (recommend using the dedicated endpoint).

2024-01-17โ€‹

  • Add new endpoints: activate-user & deactivate user.

2023-12-01โ€‹

  • Deprecate [es-ES, es-MX] as note generation languages in Copilot API for digest and listen endpoints.

2023-11-14โ€‹

  • Add optional client_request_id parameter to /digest and /digest_async endpoints.