# Tutorials

Step-by-step walkthroughs for every major ApexVerify workflow. Whether you're cleaning a marketing list, verifying a CRM export, or integrating the full API lifecycle into your pipeline — there's a tutorial for that.

***

<CardGroup cols={2}>
  <Card title="List Verification" icon="fa-regular fa-list" href="/tutorials/list-verification">
    Prepare and verify large lists of emails or phone numbers in batch. File format, parsing, and per-record output fields.
  </Card>

  <Card title="Dataset Verification" icon="fa-regular fa-table-cells" href="/tutorials/dataset-verification">
    Verify structured datasets from CRMs and marketing platforms. Targeting parameters, audience codes, and E.164 formatting.
  </Card>

  <Card title="API Verification Workflow" icon="fa-regular fa-gear-api" href="/tutorials/api-workflow">
    The complete 7-step API lifecycle: upload, configure, parse, check, launch, poll, and export.
  </Card>

  <Card title="Creating Additional API Keys" icon="fa-regular fa-key" href="/tutorials/additional-keys">
    Manage multiple API keys for different environments, services, or team members.
  </Card>
</CardGroup>

***

## Can't find what you're looking for?

<CardGroup cols={3}>
  <Card title="API Reference" icon="fa-regular fa-webhook" href="/api-reference/authentication">
    Full auto-generated endpoint reference with request/response schemas and live examples.
  </Card>

  <Card title="Support" icon="fa-regular fa-headset" href="/support">
    Contact the team, browse the FAQ, or check the API status page.
  </Card>

  <Card title="Changelog" icon="fa-regular fa-clock-rotate-left" href="/changelog">
    Stay up to date on API changes, new features, and deprecations.
  </Card>
</CardGroup>
