---
title: "Credit balance, plan and recent conversions"
description: "GET https://api.markitdown.ai/v1/usage — Credit balance, plan and recent conversions. Authenticate with x-api-key."
url: https://markitdown.ai/docs/api/get-usage
updated: 2026-09-26
source: markitdown.ai
---

# Credit balance, plan and recent conversions

> GET https://api.markitdown.ai/v1/usage — Credit balance, plan and recent conversions. Authenticate with x-api-key.

## Endpoint

**GET** `/v1/usage` — Credit balance, plan and recent conversions

`getUsage` is part of the Usage resource of the markitdown.ai API v1. Send an API key in the `x-api-key` header (or `Authorization: Bearer mdai_…`); all bodies are `application/json` unless a response lists another media type.

## Example request

**curl**

```bash
curl https://api.markitdown.ai/v1/usage \
  -H "x-api-key: $MARKITDOWN_API_KEY"
```

## Responses

- `200` Usage.

## Related

- [API reference](https://markitdown.ai/docs/api)
- [Error codes](https://markitdown.ai/docs/errors)
- [Introduction](https://markitdown.ai/docs)
- [Document Conversion APIs](https://markitdown.ai/developers)
