Articles on: API Reference

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
}

Updated on: 29/10/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!