v1
latestOpenAPI 3.0.32026-07-26229361630.0 KBCreate Session
Creates a new MedAssist session that provides a session ID and session token for WebSocket communication.
post/med-assist/session
Request body
object required
Response
Session created successfully
Example response
{
"session_id": "a349a41e-5d49-488a-b300-66ccbfdf16b3",
"session_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}