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 User Applications API

**DEPRECATED:** User Applications have been renamed to Access Keys. Please use the [Access Keys](/latest/#tag/Access-Keys) endpoints instead.User Applications allow users to authenticate and interact programmatically with the NVIDIA Run:ai API.

NVIDIA Run:ai User Applications 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 User Applications. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 7 operations across 5 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.

7 operations 5 paths 7 schemas 2 DELETE3 GET2 POST

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 User Applications 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 7

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

User Applications 7

DEPRECATED: User Applications have been renamed to Access Keys. Please use the [Access Keys](/latest/tag/Access-Keys) endpoints instead. User Applications allow users to authentic…

GET
/api/v1/user-applicationsdeprecated
Get a list of users applications.
get_user_applications → 200401403500503
POST
/api/v1/user-applicationsdeprecated
Create a user application.
create_user_application body → 201400401403409500503
GET
/api/v1/user-applications/{appId}deprecated
Get user application by id.
get_user_application_by_id 1 param → 200401403404500503
DELETE
/api/v1/user-applications/{appId}deprecated
Delete a user application byid.
delete_user_application_by_id 1 param → 204400401403404500503
POST
/api/v1/user-applications/{appId}/secretdeprecated
Regenerate a user application secret.
regenerate_user_application_secret 1 param → 200400401403404500503
GET
/api/v1/administration/user-applicationsdeprecated
Get a list of all users applications.
get_user_applications_administration 2 params → 200401403404500503
DELETE
/api/v1/administration/user-applications/{appId}deprecated
Delete a user application by id for adminstrations.
delete_user_application_by_id_administration 1 param → 204400401403404500503

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are UserAppAdministration (6 properties), UserAppPostResponse (5 properties), UserApp (5 properties), Error (3 properties). Each schema is shown below with its type and property counts.

UserAppAdministration
object
6 properties 6 required
UserAppCreationRequest
object
1 property 1 required
UserApp
object
5 properties 5 required
UserApps
array
UserAppPostResponse
object
5 properties 5 required
Error
object
3 properties 2 required
UserAppsAdministration
array

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

runai-user-applications-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