GET
/
v2
/
usage
curl --request GET \
  --url https://api.deepl.com/v2/usage \
  --header 'Authorization: <api-key>'
{
"character_count": 180118,
"character_limit": 1250000
}

Authorizations

Authorization
string
header
required

Authentication with Authorization header and DeepL-Auth-Key authentication scheme

Response

200
application/json

The account's usage and limits.

The response is of type object.