Skip to main content

Documentation Index

Fetch the complete documentation index at: https://ekacare-nhpr-fix.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

curl --location --request POST 'https://matrix.eka.care/med-assist/session' \
--header 'x-agent-id: <agent-id>'

Next Steps

After creating a session, use the returned session_id and session_token to:
  1. Connect to the WebSocket endpoint: wss://api-ws.eka.care/ws/med-assist/session/<session-id>
  2. Authenticate using the session token
  3. Start sending medical queries through the WebSocket connection
See the WebSocket documentation for detailed implementation.