Skip to main content
GET
/
cluster
/
quote
Cluster Quote
curl --request GET \
  --url https://api.example.com/cluster/quote \
  --header 'Authorization: Bearer <token>'
{
  "hourly_rate": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

instance_type
string
required

Type of instance (e.g., '1xB200')

num_nodes
integer
required

Number of nodes in the cluster

Required range: x >= 1

Response

Successful Response

Response model for pricing quote endpoints (cluster and storage).

hourly_rate
number
required