Other
Estimate the price of a deployment on akash and other cloud providers.
post/v1/pricing
Request body
Example request
{
"cpu": 1000,
"memory": 1000000000,
"storage": 1000000000
}Response
Returns a list of deployment templates grouped by categories
Example response
{
"spec": {
"cpu": 1000,
"memory": 1000000000,
"storage": 1000000000
}
}