How to check remaining credits
There are four (4) way to check your remaining credits.
First, you can find the remaining credits on the top menu in your PDF.co dashboard.
Second, you can find it in your PDF.co account's Subscription and Credits page. The credits are categorized by type - Subscription and Credit Packs. You can also keep track of your credit consumption within a 60-day period.
Third, you can see it at the bottom of every API call request result.
Fourth, you can explicitly call the Credit Balance API to check the remaining credits. Below is a sample cURL code.
curl --location --request GET 'https://api.pdf.co/v1/account/credit/balance' \
--header 'x-api-key: YOUR_API_KEY'