> For the complete documentation index, see [llms.txt](https://docs.clearout.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clearout.io/help-and-support/featured-answered/api-and-integrations.md).

# API & Integrations

Clearout API enables developers and website administrators to integrate email verification and email finder capabilities directly into their existing systems, applications, and workflows. The API allows you to verify or find email addresses programmatically without using the web interface.

## API

<details>

<summary>What is the Clearout API?</summary>

The Clearout API allows developers to integrate email verification and email finding into their applications and workflows.

</details>

<details>

<summary>How do I generate an API key?</summary>

Go to **Menu** → **Developer** → **API** → **Create API Token**, name it, and create your token.

</details>

<details>

<summary>What does API response data include?</summary>

* Email status
* Safe-to-send status
* Status reason
* Disposable detection
* Role-based detection
* MX & SMTP details
* Timestamp of verification

</details>

<details>

<summary>Why am I getting “Unknown” results?</summary>

There can be multiple reasons for an email to end up as an unknown result, including:

* Greylisting
* Server timeout
* Temporary mail server issues

Unknown results do not consume credits.

</details>

<details>

<summary>Why did I hit API rate limits?</summary>

API rate limits are determined by the [plan associated](https://docs.clearout.io/developers/api/overview#plan-specific-limits) with your Clearout account. Each plan includes a specific **Requests Per Minute (RPM)** limit to ensure a fair usage policy across all users.

You can check your current limits under [Plans](https://app.clearout.io/account/manage-plans) in your Clearout dashboard.

If your application exceeds the allowed RPM, API requests will be responded with a HTTP 429 response code.

To increase your API rate limits, you can:

* [Upgrade](https://app.clearout.io/pricing) to a higher plan with increased RPM limits
* Purchase [add-ons](https://app.clearout.io/account/manage-plans) that provide additional API capacity

If you require higher limits for your use case, please contact **Clearout Support via chat or email at <us@clearout.io>** for assistance.Response time

</details>

***

## Integrations

<details>

<summary>What integrations does Clearout support?</summary>

Clearout supports CRM, ESP, Forms, WordPress, WooCommerce, Google Sheets, and automation tools like Zapier and Make.

</details>

<details>

<summary>How does ESP/CRM integration work?</summary>

* Connect your CRM/ESP
* Import lists
* Verify
* Export results back automatically

</details>

<details>

<summary>What are real-time form validation benefits?</summary>

* Block invalids/fake/junk emails at the point of contact
* Catch typos instantly
* Block disposable emails
* Reduce bounce rates
* Improve database quality

</details>

<details>

<summary>How does Google Sheets integration work?</summary>

Use the Clearout Add-on inside Google Sheets to verify emails directly without exporting files.

</details>

<details>

<summary>Can I automate email verification?</summary>

Yes. Connect Clearout with Zapier, Make, or Integrately to automate workflows.

</details>

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.clearout.io/help-and-support/featured-answered/api-and-integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
