Account and Billing APIs

Credit balance API

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

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:

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

Last updated