{ "opencollection": "1.0.0", "info": { "name": "remediation.proto Audio Code Interpreter API", "version": "version not set" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Code Interpreter", "type": "folder" }, "items": [ { "info": { "name": "tci/execute", "type": "http" }, "http": { "method": "POST", "url": "https://api.together.xyz/v1/tci/execute", "body": { "type": "json", "data": "{}" } }, "docs": "Executes the given code snippet and returns the output. Without a session_id, a new session will be created to run the code. If you do pass in a valid session_id, the code will be run in that session. This is useful for running multiple code snippets in the same environment, because dependencies and similar things are persisted\nbetween calls to the same session.\n" }, { "info": { "name": "sessions/list", "type": "http" }, "http": { "method": "GET", "url": "https://api.together.xyz/v1/tci/sessions" }, "docs": "Lists all your currently active sessions.\n" } ] } ], "bundled": true }