# Account and Billing APIs

**Credit balance API**

To get your credits balance, you can make the following request.

```shell
curl 'https://api.segmind.com/v1/get-user-credits' -H 'x-api-key: YOUR_API_KEY' 
```

which will return you a response similar to this:

```json
{
  "credits": 0.0,
  "free-credits": 0.0184921035
}
```
