Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions content/nvidia-air-v2/API-SDK.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: API & SDK
author: NVIDIA
weight: 55
product: NVIDIA Air 2.0
---

NVIDIA Air provides a REST API and a Python SDK for programmatic access to the platform.

## API Documentation

The Air API lets you manage simulations, images, organizations, and other resources programmatically. For authentication details, see {{<link title="API Authentication">}}.

{{<exlink url="https://air-ngc.nvidia.com/api/docs/" text="View the API reference">}}

## Python SDK

The Air Python SDK provides a high-level interface for interacting with the NVIDIA Air API.

{{<exlink url="https://docs.nvidia.com/air/sdk/latest/" text="View the SDK documentation">}}
Loading