cURL
curl 'https://api.scrapegraphai.com/v1/credits' \ -H 'SGAI-APIKEY: YOUR_API_KEY'
{ "remaining_credits": 123, "total_credits_used": 123 }
Get the remaining credits and total credits used for your account.
remaining_credits
total_credits_used
Successful Response
The response is of type object.
object
Was this page helpful?