Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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" } }