Skip to main content
The Form filling session management APIs provide endpoints to create and manage Form filling sessions. These endpoints are used to create a Form filling session, seed the session context, update the session context, stream visit audio over the shared Partner WebSocket, and end the session when the visit is complete.

Usage scenarios

  • Create a new Form filling ambient session for your patient encounter during in-person visits or virtual visits
  • Seed the session context with form template metadata and encounter details
  • Update the session context during an active visit
  • Stream visit audio over GET /ws/stream using your Form filling ambient_session_id
  • End the session when the patient encounter is complete

Endpoints

Last modified on June 30, 2026