v16

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0112316797.5 KB
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
  }
}