Credits are the currency you use to pay for email verifications and lookups in OrbiSearch. You purchase credits in advance and they are deducted as you use the API. Understanding how credits are counted — and how caching and deduplication reduce consumption — helps you get the most out of your balance.Documentation Index
Fetch the complete documentation index at: https://orbisearch.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Cost per operation
| Operation | Cost |
|---|---|
| Email verification (single or bulk) | 0.2 credits per address |
| Email lookup by name + domain | 1 credit per lookup |
Caching
OrbiSearch caches both verification and lookup results for 24 hours. A repeat request with the same input within that window returns the cached result and deducts no additional credits.Verifying
user@example.com ten times in one hour costs 0.2 credits
total — not 2.0. The same applies to lookups: looking up the same
person at the same domain ten times costs 1 credit, not 10.Deduplication in bulk jobs
When you submit a bulk verification job, OrbiSearch automatically deduplicates the list before processing. You are only charged for each unique email address, regardless of how many times it appears in the input file.Checking your credit balance
You can check your remaining credits at any time via the API or in the dashboard.API
Send aGET request to /v1/credits with your API key: