---
title: "Get bill estimate"
method: GET
path: "/billing/estimate"
tags: ["Billing"]
---

# Get bill estimate

`GET /billing/estimate`

Returns an estimated bill for the current billing period

## Response `200`

OK

- GithubComActiveloopaiDeeplakeApiInternalBillingBillEstimateResponse
  - `compute_cost_cents` integer
  - `period_end` string
  - `period_start` string
  - `projected_monthly_cents` integer
  - `storage_cost_cents` integer
  - `total_cost_cents` integer
  - `total_cost_dollars` number
  - `transfer_cost_cents` integer

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/deeplake/apis/deeplake-api.md) · [All operations](https://skmtc.net/deeplake/apis/deeplake-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deeplake/deeplake-api/revisions/e16ed11d991c/schema)
