Researcher Command Line Interface Deprecated

Deprecated

Download Unix installer script

get

This endpoint returns a unix script that can be used to install the Run:ai CLI.

Authorizations
AuthorizationstringRequired

Bearer authentication

Responses
chevron-right
200

File download successful

text/plain
Responsestring
get
/api/v1/cli/installer/unix
Deprecated

Get Unix installer script commands

get

This endpoint returns a unix script commands that can be used to install the Run:ai CLI.

Authorizations
AuthorizationstringRequired

Bearer authentication

Responses
chevron-right
200

A text commands to install the CLI on Unix

application/json
get
/api/v1/cli/installer/unix/commands
Deprecated

Download Mac installer script

get

This endpoint returns a Mac script that can be used to install the Run:ai CLI.

Authorizations
AuthorizationstringRequired

Bearer authentication

Responses
chevron-right
200

File download successful

text/plain
Responsestring
get
/api/v1/cli/installer/mac
Deprecated

Get Mac installer script commands

get

This endpoint returns a Mac script commands that can be used to install the Run:ai CLI.

Authorizations
AuthorizationstringRequired

Bearer authentication

Responses
chevron-right
200

A text commands to install the CLI on Mac

application/json
get
/api/v1/cli/installer/mac/commands
Deprecated

Download Linux installer script

get

This endpoint returns a Linux script that can be used to install the Run:ai CLI.

Authorizations
AuthorizationstringRequired

Bearer authentication

Responses
chevron-right
200

File download successful

text/plain
Responsestring
get
/api/v1/cli/installer/linux
Deprecated

Get Linux installer script commands

get

This endpoint returns a linux script commands that can be used to install the Run:ai CLI.

Authorizations
AuthorizationstringRequired

Bearer authentication

Responses
chevron-right
200

A text commands to install the CLI on Linux

application/json
get
/api/v1/cli/installer/linux/commands
Deprecated

Get Windows MSI installer script commands

get

This endpoint returns a windows script commands that can be used to install the Run:ai CLI.

Authorizations
AuthorizationstringRequired

Bearer authentication

Responses
chevron-right
200

A text commands to install the CLI on Windows

application/json
get
/api/v1/cli/installer/windows/commands
Deprecated

Download RunAI Researcher command line binary

get

This endpoint returns a binary file that run the Run:ai CLI.

Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
operatingSystemstring · enum · min: 4 · max: 7Required

The operating system name.

Example: linuxPossible values:
architecturestring · min: 4 · max: 10Required

The architecture type.

Example: arm64
Responses
chevron-right
200

File download successful

application/octet-stream
Responsestring · binary
get
/api/v1/cli/dist/{operatingSystem}/{architecture}/runai
Deprecated

Get CLI document by name

get

This endpoint returns a document of help for the Run:ai CLI.

Authorizations
AuthorizationstringRequired

Bearer authentication

Path parameters
documentNamestring · min: 4 · max: 255Required

The manual document name.

Example: runai.mdPattern: ^[A-Za-z0-9_]+\.md$
Responses
chevron-right
200

Executed successfully.

text/html
Responsestring
get
/api/v1/cli/docs/{documentName}

Last updated