Skip to content

Getting Started

This guide provides comprehensive instructions for programmatically provisioning computational resources using the Rich API. While the Rich platform's web interface (https://console.gpuairich.com) offers the most streamlined deployment experience, this API documentation enables automated and programmatic resource management.

API Endpoints

The Rich API is structured with the following endpoint components:

  • BASE_URL: https://api.gpuairich.com
  • BASE_PATH: /api/v1/
  • API_URL: {BASE_URL}{BASE_PATH}

These endpoints serve as the foundation for all API operations detailed in this documentation.