> ## Documentation Index
> Fetch the complete documentation index at: https://docs.loqate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Bulk Email Validation

> Validate up to 100,000 email addresses asynchronously using three endpoints. Submit lists, check processing status, and retrieve validation results.

This service is comprised of three endpoints. See the [Bulk Email Validation](/our-services/email-validation/bulk-email-validation) guide for details of how these endpoints interact.

<CardGroup cols={3}>
  <Card title="Submit" href="/api-reference/email-validation/bulk-submit" icon="code">
    First, submit a list of emails for validation.
  </Card>

  <Card title="Status" href="/api-reference/email-validation/bulk-status" icon="code">
    Next, check the status of your submission.
  </Card>

  <Card title="Retrieve" href="/api-reference/email-validation/bulk-retrieve" icon="code">
    Lastly, retrieve the results of your validation.
  </Card>
</CardGroup>
