Skip to main content

What is a credit?

A credit is the unit of consumption for every API call. Each endpoint has a fixed credit cost regardless of the result — a failed validation still costs the same as a successful one, because the lookup was performed.

Credit costs per endpoint

EndpointCredits
POST /v1/email1
POST /v1/ip1
POST /v1/phone2
POST /v1/domain2
POST /v1/deliverability3
POST /v1/contact-intel4
POST /v1/fraud-signals5

Bundle savings

Bundle endpoints are cheaper than calling each component separately:
BundleComponentsSeparate costBundle costSaving
Contact IntelEmail + Phone + IP4 credits4 creditsSame cost, one call
Fraud SignalsEmail + Phone + IP + Domain6 credits5 credits1 credit saved
Use bundle endpoints when you need multiple data points on the same entity. You get a unified response in one round trip.

Monthly allowance

Credits are allocated at the start of each billing cycle and reset monthly. They do not roll over.
PlanCredits / month
Free200
Starter5,000
Pro25,000

Checking your balance

Your remaining credit balance is visible in the dashboard. Each API response also includes a credits_used field showing the cost of that specific call.

Running out of credits

When your credit balance reaches zero, subsequent API calls return a 402 Payment Required response. You can:
  • Upgrade your plan — for a higher monthly allowance
  • Purchase a credit add-on pack — one-off top-up that doesn’t affect your billing cycle
Add-on packCreditsPrice
Starter pack1,000 credits$25
Growth pack5,000 credits$100
Scale pack20,000 credits$350
Add-on credits are available from the billing page and never expire.