{ "opencollection": "1.0.0", "info": { "name": "NVIDIA Run:ai Access Keys Researcher Command Line Interface Deprecated API", "version": "latest" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Researcher Command Line Interface Deprecated", "type": "folder" }, "items": [ { "info": { "name": "Download Unix installer script", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/cli/installer/unix" }, "docs": "This endpoint returns a unix script that can be used to install the Run:ai CLI.\n" }, { "info": { "name": "Get Unix installer script commands", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/cli/installer/unix/commands" }, "docs": "This endpoint returns a unix script commands that can be used to install the Run:ai CLI.\n" }, { "info": { "name": "Download Mac installer script", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/cli/installer/mac" }, "docs": "This endpoint returns a Mac script that can be used to install the Run:ai CLI.\n" }, { "info": { "name": "Get Mac installer script commands", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/cli/installer/mac/commands" }, "docs": "This endpoint returns a Mac script commands that can be used to install the Run:ai CLI.\n" }, { "info": { "name": "Download Linux installer script", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/cli/installer/linux" }, "docs": "This endpoint returns a Linux script that can be used to install the Run:ai CLI.\n" }, { "info": { "name": "Get Linux installer script commands", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/cli/installer/linux/commands" }, "docs": "This endpoint returns a linux script commands that can be used to install the Run:ai CLI.\n" }, { "info": { "name": "Get Windows MSI installer script commands", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/cli/installer/windows/commands" }, "docs": "This endpoint returns a windows script commands that can be used to install the Run:ai CLI.\n" }, { "info": { "name": "Download RunAI Researcher command line binary", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/cli/dist/:operatingSystem/:architecture/runai", "params": [ { "name": "operatingSystem", "value": "", "type": "path", "description": "The operating system name." }, { "name": "architecture", "value": "", "type": "path", "description": "The architecture type." } ] }, "docs": "This endpoint returns a binary file that run the Run:ai CLI.\n" }, { "info": { "name": "Get CLI document by name", "type": "http" }, "http": { "method": "GET", "url": "https://app.run.ai/api/v1/cli/docs/:documentName", "params": [ { "name": "documentName", "value": "", "type": "path", "description": "The manual document name." } ] }, "docs": "This endpoint returns a document of help for the Run:ai CLI.\n" } ] } ], "bundled": true }