{ "opencollection": "1.0.0", "info": { "name": "Suki Platform Ambient Content Info API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Info", "type": "folder" }, "items": [ { "info": { "name": "List supported clinical specialties", "type": "http" }, "http": { "method": "GET", "url": "https://developer.suki.ai/api/v1/info/specialties" }, "docs": "List supported clinical specialties" }, { "info": { "name": "List supported diagnosis codes", "type": "http" }, "http": { "method": "GET", "url": "https://developer.suki.ai/api/v1/info/diagnoses" }, "docs": "List supported diagnosis codes" }, { "info": { "name": "List supported encounter types", "type": "http" }, "http": { "method": "GET", "url": "https://developer.suki.ai/api/v1/info/encounter-types" }, "docs": "List supported encounter types" }, { "info": { "name": "List supported visit types", "type": "http" }, "http": { "method": "GET", "url": "https://developer.suki.ai/api/v1/info/visit-types" }, "docs": "List supported visit types" }, { "info": { "name": "List supported provider roles", "type": "http" }, "http": { "method": "GET", "url": "https://developer.suki.ai/api/v1/info/provider-roles" }, "docs": "List supported provider roles" } ] } ], "bundled": true }