Suki’s API versioning policy is based on the semantic versioning standard. For example, in version 1.2.3, 1 is the major version, 2 is the minor version, and 3 is the patch version. When we release a new API version for new features or bug fixes, we increment one of these three version components depending on the type of change introduced.Documentation Index
Fetch the complete documentation index at: https://developer.suki.ai/llms.txt
Use this file to discover all available pages before exploring further.
API version numbering policyAll Suki REST APIs are currently in
v1 version.Release versionThe release version in this changelog page represents the incremental progress. It is not the API version. It tracks new optional fields, performance improvements, new endpoints, and other changes.New endpoints
We introduced the form filling APIs to enable you to create and manage form-filling sessions, retrieve structured data, submit feedback, and get info about medical form templates for nursing use cases and data collection during in-person visits or virtual patient encounters.-
Form filling APIs: Added new endpoints to create and manage form-filling sessions, retrieve structured data, submit feedback, and get info about medical form templates.
- POST /api/v1/form-filling/session/create
- POST /api/v1/form-filling/session//context
- PATCH /api/v1/form-filling/session//context
- POST /api/v1/form-filling/session//end
- GET /api/v1/form-filling/session//status
- GET /api/v1/form-filling/session//structured-data
- POST /api/v1/form-filling/session///feedback
- GET /api/v1/info/suki-medical-form-templates