Base URL
Authentication
All endpoints require a Bearer token. See Quickstart for details.Content types
Most endpoints accept and return JSON. The exception isPOST /get_offers, which accepts a YAML request body with Content-Type: application/yaml.
Rate limiting
| Endpoint | Limit |
|---|---|
POST /get_offers | 5 requests per minute per client |
| All other endpoints | No rate limit |
429 Too Many Requests.
Offer expiration
Offers returned by/get_offers expire after 30 minutes. After expiration, the offer_id can no longer be used for procurement.
Endpoint groups
Discovery
Check available GPUs, vendors, regions, contracts, and storage options
Offers
Query offers, view details, check procurement status
Procurement
Provision GPU instances from an offer
Resources
List, inspect, and delete provisioned resources