From efa2eaedacd5e9f13f937d473333dc4a392df228 Mon Sep 17 00:00:00 2001 From: jonwoodlief Date: Thu, 19 Feb 2026 13:38:12 -0500 Subject: [PATCH] API & SDK docs --- content/nvidia-air-v2/API-SDK.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/nvidia-air-v2/API-SDK.md diff --git a/content/nvidia-air-v2/API-SDK.md b/content/nvidia-air-v2/API-SDK.md new file mode 100644 index 0000000000..2ee77a0199 --- /dev/null +++ b/content/nvidia-air-v2/API-SDK.md @@ -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 {{}}. + +{{}} + +## Python SDK + +The Air Python SDK provides a high-level interface for interacting with the NVIDIA Air API. + +{{}}