# Cloud Gpus — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Access data from cloud-gpus.com.

**Category:** Developer Tools | **Website:** [cloud-gpus.com/](https://cloud-gpus.com/) | **Docs:** [parse.bot/marketplace/e0c072ac-88ad-4db5-aa22-e431c5818e85/cloud-gpus-com-api](https://parse.bot/marketplace/e0c072ac-88ad-4db5-aa22-e431c5818e85/cloud-gpus-com-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-cloud-gpus-com-api-e0c072ac/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### get_gpu_pricing

Returns all GPU cloud rental offerings from cloud-gpus.com. Each offering includes the GPU model, price per GPU-hour, GPU count, provisioning tenor, region availability, and availability status. Data is extracted from the site's embedded compressed dataset which contains thousands of instance configurations across 30+ providers. One request fetches the complete dataset; no pagination required.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-cloud-gpus-com-api-e0c072ac/get_gpu_pricing \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
