{ "opencollection": "1.0.0", "info": { "name": "Suki Platform Ambient Content API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Ambient Content", "type": "folder" }, "items": [ { "info": { "name": "Retrieve generated note content for an ambient session", "type": "http" }, "http": { "method": "GET", "url": "https://developer.suki.ai/api/v1/ambient/sessions/:id/content", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve generated note content for an ambient session" }, { "info": { "name": "Retrieve the conversation transcript for an ambient session", "type": "http" }, "http": { "method": "GET", "url": "https://developer.suki.ai/api/v1/ambient/sessions/:id/transcript", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve the conversation transcript for an ambient session" }, { "info": { "name": "Retrieve presigned URLs for the session audio recording", "type": "http" }, "http": { "method": "GET", "url": "https://developer.suki.ai/api/v1/ambient/sessions/:id/recording", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve presigned URLs for the session audio recording" }, { "info": { "name": "Retrieve structured clinical data extracted from the session", "type": "http" }, "http": { "method": "GET", "url": "https://developer.suki.ai/api/v1/ambient/sessions/:id/structured-data", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve structured clinical data extracted from the session" }, { "info": { "name": "Retrieve content for an encounter", "type": "http" }, "http": { "method": "GET", "url": "https://developer.suki.ai/api/v1/ambient/encounters/:id/content", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve content for an encounter" }, { "info": { "name": "Retrieve structured data for an encounter", "type": "http" }, "http": { "method": "GET", "url": "https://developer.suki.ai/api/v1/ambient/encounters/:id/structured-data", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve structured data for an encounter" } ] } ], "bundled": true }