{ "opencollection": "1.0.0", "info": { "name": "PolyAPI Platform API Functions Assistants API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Assistants", "type": "folder" }, "items": [ { "info": { "name": "PolyAPI List conversations", "type": "http" }, "http": { "method": "GET", "url": "https://na1.polyapi.io/assistants/:slug/conversations", "params": [ { "name": "slug", "value": "", "type": "path", "description": "The assistant slug identifier." } ] }, "docs": "Retrieve a list of all conversations for a specific assistant." }, { "info": { "name": "PolyAPI Create a conversation", "type": "http" }, "http": { "method": "POST", "url": "https://na1.polyapi.io/assistants/:slug/conversations", "params": [ { "name": "slug", "value": "", "type": "path", "description": "The assistant slug identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new conversation with the specified assistant." }, { "info": { "name": "PolyAPI Get a conversation", "type": "http" }, "http": { "method": "GET", "url": "https://na1.polyapi.io/assistants/:slug/conversations/:conversationSlug", "params": [ { "name": "slug", "value": "", "type": "path", "description": "The assistant slug identifier." }, { "name": "conversationSlug", "value": "", "type": "path", "description": "The conversation slug identifier." } ] }, "docs": "Retrieve details of a specific conversation." }, { "info": { "name": "PolyAPI Delete a conversation", "type": "http" }, "http": { "method": "DELETE", "url": "https://na1.polyapi.io/assistants/:slug/conversations/:conversationSlug", "params": [ { "name": "slug", "value": "", "type": "path", "description": "The assistant slug identifier." }, { "name": "conversationSlug", "value": "", "type": "path", "description": "The conversation slug identifier." } ] }, "docs": "Delete a specific conversation." } ] } ], "bundled": true }