Other

Estimate the price of a deployment on akash and other cloud providers.

post/v1/pricing

Request body

OR

Example request

{
  "cpu": 1000,
  "memory": 1000000000,
  "storage": 1000000000
}

Response

Returns a list of deployment templates grouped by categories

OR

Example response

{
  "spec": {
    "cpu": 1000,
    "memory": 1000000000,
    "storage": 1000000000
  }
}

Changes

No recorded changes to this endpoint across all 25 revisions of this API.