{ "opencollection": "1.0.0", "info": { "name": "AIMLAPI AI/ML API Documentation API Key Management Threads API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Threads", "type": "folder" }, "items": [ { "info": { "name": "AIMLAPI Create Thread", "type": "http" }, "http": { "method": "POST", "url": "http://{{baseurl}}/threads", "body": { "type": "json", "data": "{}" } }, "docs": "AIMLAPI Create Thread" } ] } ], "bundled": true }