interactions
Create Interaction
Creates a new interaction.
POST
Headers
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
Example:
"copiloteu"
Body
application/json
Details about the encounter.
A unique identifier for the medical professional responsible for this interaction.
Optional patient details.
Response
201
application/json
Returns the newly created interaction with its assigned ID and WebSocket URL for real-time data streaming.
Unique identifier for the interaction.
WebSocket URL for streaming real-time interactions. Append a token in the format: /interactions/{interactionID}/streams?token=Bearer token-value-here
Was this page helpful?