API Reference · v1
Compute, programmatically.
Query prices, benchmarks, and provider inventory. Submit RFQs and reserve capacity — all through a single JSON API.
GET
/v1/providersList providers
Returns all providers in the BookCompute directory, with pricing, inventory, and coverage.
Parameters
tier
Filter by tier (hyperscaler, tier1, neocloud, spot).
region
Filter to providers with capacity in the given region.
Code sample
curl -X GET 'https://api.bookcompute.com/v1/providers' \ -H 'Authorization: Bearer sk_live_…'