Enrichment
Credits & Balance
GET
/v1/creditsGET
/v1/credits
Get the account's credit balance and usage summary
Authorization
x-api-key<token>
API key for Open API authentication
In: header
Responses
200
Credit details fetched successfully
{
"message": "Success",
"payload": {
"totalCredits": 10000,
"creditConsumedToday": 42.5,
"creditConsumedThisMonth": 1234.8
}
}