Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

NVIDIA Run:ai Settings API

View and manage configuration settings for your organization.

NVIDIA Run:ai Settings API is one of 62 APIs that NVIDIA Run:ai publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Settings. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 3 operations across 2 paths, and defines 7 schemas. It is described by OpenAPI 3.0.3, at version latest.

Requests are made against a single base URL, https://app.run.ai.

3 operations 2 paths 7 schemas 2 GET1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
latest
Base URL
https://app.run.ai
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

NVIDIA Run:ai Settings API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer authentication

Paths & Operations 3

Across 2 paths, the API surfaces 3 operations — 2 GET, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Settings 3

View and manage configuration settings for your organization.

GET
/api/v1/security/settings
Get security settings
get_security_settings → 200401403500503
PUT
/api/v1/security/settings/{key}
Update security setting by key
update_security_setting_by_key 1 param body → 200400401403404500503
GET
/api/v1/security/settings/{key}
Get security setting by key
get_security_setting_by_key 1 param → 200400401403404500503

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are Error (3 properties), SettingsGetResponse (3 properties), AutoRedirectSsoSetting (2 properties), BrowserSessionTimeoutSetting (1 property). Each schema is shown below with its type and property counts.

Settings
object
SettingsGetResponse
object
3 properties
AutoRedirectSsoSetting
object
2 properties
LogoutRedirectUriSetting
object
Settings for configuring the logout redirect URI that determines where users are redirected after logging out.
1 property
settingsKeyEnum
string
BrowserSessionTimeoutSetting
object
Settings for user session timeout configuration that manages automatic logout after periods of inactivity.
1 property
Error
object
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

runai-settings-api-openapi.yml Raw ↑

Other APIs NVIDIA Run:ai publishes across the network.

NVIDIA Run:ai Access Keys API
NVIDIA Run:ai Access rules API
NVIDIA Run:ai Administrator Command Line Interface API
NVIDIA Run:ai AI Applications API
NVIDIA Run:ai Applications API
NVIDIA Run:ai AuditLogs API
NVIDIA Run:ai Clusters API
NVIDIA Run:ai Compute API
NVIDIA Run:ai ConfigMap API
NVIDIA Run:ai Credentials API
NVIDIA Run:ai Datasources API
NVIDIA Run:ai Datavolumes API