cURL
curl --request GET \ --url https://api.scraper.creatorlookup.com/v1/credit-balance \ --header 'x-api-key: <api-key>'
{ "credits_remaining": 123 }
Check your remaining credit balance
x-api-key
curl -H "x-api-key: sk-your-api-key" \ https://api.scraper.creatorlookup.com/v1/credit-balance
{ "credits_remaining": 9500 }
{ "error": { "code": "UNAUTHORIZED", "message": "Missing x-api-key header" } }