# Overview (/docs/api/endpoints)



Base URL: `https://api.decisionmaker.email`

Every endpoint is `POST` and expects `Authorization: Bearer <key>` plus a JSON body.

| Endpoint                                                             | Purpose                                               |
| -------------------------------------------------------------------- | ----------------------------------------------------- |
| [`/api/v1/find-email`](/docs/api/endpoints/find-email)               | Start an AI-powered search for an executive email.    |
| [`/api/v1/search-status`](/docs/api/endpoints/search-status)         | Poll a search by ID.                                  |
| [`/api/v1/search-history`](/docs/api/endpoints/search-history)       | List recent searches on your team.                    |
| [`/api/v1/results-by-domain`](/docs/api/endpoints/results-by-domain) | Cached results for a single domain.                   |
| [`/api/v1/unique-emails`](/docs/api/endpoints/unique-emails)         | Deduplicated list of every email your team has found. |
| [`/api/v1/credits`](/docs/api/endpoints/credits)                     | Current credit balance.                               |
| [`/api/v1/stats`](/docs/api/endpoints/stats)                         | Aggregate team stats in one call.                     |
