Researcher Command Line Interface Deprecated
This endpoint returns a unix script that can be used to install the Run:ai CLI.
Bearer authentication
File download successful
Bad request.
Unauthorized
The specified resource was not found
unexpected error
unexpected error
GET /api/v1/cli/installer/unix HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Contents of the fileThis endpoint returns a unix script commands that can be used to install the Run:ai CLI.
Bearer authentication
A text commands to install the CLI on Unix
The commands that can be used to install the Run:ai CLI.
runai versionBad request.
Unauthorized
The specified resource was not found
unexpected error
unexpected error
GET /api/v1/cli/installer/unix/commands HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Contents of the commands to install the CLI on UnixThis endpoint returns a Mac script that can be used to install the Run:ai CLI.
Bearer authentication
File download successful
Bad request.
Unauthorized
The specified resource was not found
unexpected error
unexpected error
GET /api/v1/cli/installer/mac HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Contents of the fileThis endpoint returns a Mac script commands that can be used to install the Run:ai CLI.
Bearer authentication
A text commands to install the CLI on Mac
The commands that can be used to install the Run:ai CLI.
runai versionBad request.
Unauthorized
The specified resource was not found
unexpected error
unexpected error
GET /api/v1/cli/installer/mac/commands HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Contents of the commands to install the CLI on MacThis endpoint returns a Linux script that can be used to install the Run:ai CLI.
Bearer authentication
File download successful
Bad request.
Unauthorized
The specified resource was not found
unexpected error
unexpected error
GET /api/v1/cli/installer/linux HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Contents of the fileThis endpoint returns a linux script commands that can be used to install the Run:ai CLI.
Bearer authentication
A text commands to install the CLI on Linux
The commands that can be used to install the Run:ai CLI.
runai versionBad request.
Unauthorized
The specified resource was not found
unexpected error
unexpected error
GET /api/v1/cli/installer/linux/commands HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Contents of the commands to install the CLI on LinuxThis endpoint returns a windows script commands that can be used to install the Run:ai CLI.
Bearer authentication
A text commands to install the CLI on Windows
The commands that can be used to install the Run:ai CLI.
runai versionBad request.
Unauthorized
The specified resource was not found
unexpected error
unexpected error
GET /api/v1/cli/installer/windows/commands HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Contents of the commands to install the CLI on WindowsThis endpoint returns a binary file that run the Run:ai CLI.
Bearer authentication
The operating system name.
linuxPossible values: The architecture type.
arm64File download successful
Unauthorized
The specified resource was not found
unexpected error
unexpected error
GET /api/v1/cli/dist/{operatingSystem}/{architecture}/runai HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
Contents of the fileThis endpoint returns a document of help for the Run:ai CLI.
Bearer authentication
The manual document name.
runai.mdPattern: ^[A-Za-z0-9_]+\.md$Executed successfully.
Unauthorized
The specified resource was not found
unexpected error
unexpected error
GET /api/v1/cli/docs/{documentName} HTTP/1.1
Host: app.run.ai
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
textLast updated