Controls credit consumption for usage-based billing and quota enforcement. Omitting this field uses the default cost of 1 credit per verification. Credits provide globally consistent usage tracking, essential for paid APIs with strict quotas.
Sets how many credits to deduct for this verification request. Use 0 for read-only operations or free tier access, higher values for premium features. Credits are deducted after all security checks pa
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/KeysVerifyKeyCredits",
"title": "KeysVerifyKeyCredits",
"type": "object",
"required": [
"cost"
],
"properties": {
"cost": {
"type": "integer",
"format": "int64",
"minimum": 0,
"maximum": 1000000000000,
"description": "Sets how many credits to deduct for this verification request.\nUse 0 for read-only operations or free tier access, higher values for premium features.\nCredits are deducted after all security checks pass.\nEssential for implementing usage-based pricing with different operation costs.\n",
"example": 5
}
},
"additionalProperties": false,
"description": "Controls credit consumption for usage-based billing and quota enforcement.\nOmitting this field uses the default cost of 1 credit per verification.\nCredits provide globally consistent usage tracking, essential for paid APIs with strict quotas.\n"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.