# OrbiSearch ## Docs - [Bulk Lookup Job Results](https://orbisearch.com/docs/api-reference/bulk-lookup-results.md): Retrieve lookup results for a bulk job. Paginated; each row mirrors the /v1/email-lookup response shape. - [Bulk Lookup Job Status](https://orbisearch.com/docs/api-reference/bulk-lookup-status.md): Check the status and progress of a bulk lookup job. Returns the current status, per-outcome counts, and row totals. - [Submit Bulk Lookup Job](https://orbisearch.com/docs/api-reference/bulk-lookup-submit.md): Submit a list of (first name, last name, domain) tuples for bulk email lookup. Returns a job ID immediately. Poll GET /v1/bulk-lookup/{job_id} to track progress. - [Bulk Job Results](https://orbisearch.com/docs/api-reference/bulk-results.md): Retrieve verification results for a bulk job. Returns an array of EmailVerificationResponse objects for every email processed so far. - [Bulk Job Status](https://orbisearch.com/docs/api-reference/bulk-status.md): Check the status and progress of a bulk verification job. Returns emails processed, total count, job status, and retry information. - [Submit Bulk Verification Job](https://orbisearch.com/docs/api-reference/bulk-submit.md): Submit a list of email addresses for bulk verification. Returns a job ID immediately. Poll GET /v1/bulk/{job_id} to track progress. - [Check Credit Balance](https://orbisearch.com/docs/api-reference/credits.md): Retrieve your current OrbiSearch credit balance. Each email verification costs 0.2 credits; cached results within 24 hours are free. - [Find Email by Name and Domain](https://orbisearch.com/docs/api-reference/email-lookup.md): Find a person's deliverable email address from their first name, last name, and company domain. Returns a verified result. Costs 1 credit; cached results are free for 24 hours. - [API Error Codes and Troubleshooting](https://orbisearch.com/docs/api-reference/errors.md): Reference for OrbiSearch API error responses, including authentication, validation, rate-limit, and service errors. - [Email Verification Response Schema](https://orbisearch.com/docs/api-reference/response-schema.md): Field reference for EmailVerificationResponse — returned by the single and bulk verification endpoints. Covers all status values and all 14 substatus codes. - [Verify Single Email](https://orbisearch.com/docs/api-reference/verify-email.md): Verify a single email address in real-time. Returns status, substatus, and enrichment data immediately. Costs 0.2 credits; cached results are free for 24 hours. - [Authenticate with the OrbiSearch API](https://orbisearch.com/docs/authentication.md): OrbiSearch authenticates requests with API keys. Pass your key in the X-API-Key header on every request. Learn how to get a key and handle auth errors. - [Verification Accuracy and Deliverability](https://orbisearch.com/docs/concepts/accuracy.md): Understand what OrbiSearch's Safe status guarantees, why verified addresses can still bounce, and the limits of what any email validation tool can detect. - [Credits and Usage Pricing](https://orbisearch.com/docs/concepts/credits.md): OrbiSearch charges 0.2 credits per email verified and 1 credit per email lookup. Results are cached for 24 hours — re-requesting the same lookup within that window costs nothing. - [Email Verification Statuses Explained](https://orbisearch.com/docs/concepts/verification-statuses.md): OrbiSearch returns Safe, Risky, Invalid, or Unknown for every email. Learn what each status means and how to act on the result in your workflow. - [Find Emails in Bulk From Names and Domains](https://orbisearch.com/docs/guides/bulk-lookup.md): Submit a list of people (first name, last name, company domain) and OrbiSearch returns a verified email address for each one. Designed for lists of up to 10,000 rows per job. - [Bulk Email Verification Guide](https://orbisearch.com/docs/guides/bulk-verification.md): Submit thousands of email addresses for verification in a single job. OrbiSearch processes them asynchronously and retries greylisted addresses automatically. - [Find a Person's Email From Their Name and Company Domain](https://orbisearch.com/docs/guides/email-lookup.md): Use POST /v1/email-lookup to find the deliverable email address for a specific person at a specific domain. Returns a verified result in a single call. - [How to Handle Email Verification Results](https://orbisearch.com/docs/guides/handling-results.md): Learn how to act on OrbiSearch verification results. Covers recommended actions by status and guidance for cold outreach, data enrichment, and form validation. - [Verify a Single Email Address in Real-Time](https://orbisearch.com/docs/guides/single-verification.md): Use GET /v1/verify to check whether an email address is deliverable in real-time. Results return immediately and are cached for 24 hours. - [OrbiSearch: Email Validation](https://orbisearch.com/docs/introduction.md): OrbiSearch verifies email addresses in real-time and at scale, giving you clear Safe, Risky, Invalid, and Unknown results before you send. - [Get Started with OrbiSearch](https://orbisearch.com/docs/quickstart.md): Verify your first email address with OrbiSearch in minutes. This guide covers getting an API key, making your first request, and acting on the result. ## OpenAPI Specs - [openapi](https://orbisearch.com/docs/openapi.json)