Reference
Python SDK — Reference
Reference for the Python client
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Reference for the Python client
| Method | Returns |
|---|---|
await client.sessions.create(...) | Session |
await client.patients.get(id) | Patient |
await client.intake.create_call(...) | IntakeCall |
await client.coding.predict(...) | CodePredictionResponse |
client.streams.open(...) | StreamConnection (async context) |