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

# SuperSearch Enrichment

> An enrichment can take different forms, including standard data enrichment and AI-powered enrichment.

Manage enrichment operations including standard data enrichment and AI-powered enrichment. These endpoints allow you to enrich leads from SuperSearch, create and run enrichments, update enrichment settings, view enrichment history, and preview or count leads before enriching.

## Related schemas

* [SuperSearch Enrichment](/api-reference/schemas/supersearch-enrichment) — field reference for enrichment objects

## Endpoints

| Method | Endpoint                                                        | Description                             |
| ------ | --------------------------------------------------------------- | --------------------------------------- |
| POST   | `/api/v2/supersearch-enrichment/enrich-leads-from-supersearch`  | Enrich leads from supersearch           |
| GET    | `/api/v2/supersearch-enrichment/{resource_id}`                  | Get enrichment for resource             |
| POST   | `/api/v2/supersearch-enrichment`                                | Create an enrichment                    |
| PATCH  | `/api/v2/supersearch-enrichment/{resource_id}/settings`         | Update enrichment settings for resource |
| POST   | `/api/v2/supersearch-enrichment/ai`                             | Create AI enrichment                    |
| GET    | `/api/v2/supersearch-enrichment/ai/{resource_id}/in-progress`   | Get AI enrichment for resource          |
| GET    | `/api/v2/supersearch-enrichment/history/{resource_id}`          | Get enrichment history                  |
| POST   | `/api/v2/supersearch-enrichment/run`                            | Run enrichment for resource             |
| POST   | `/api/v2/supersearch-enrichment/count-leads-from-supersearch`   | Count leads from supersearch            |
| POST   | `/api/v2/supersearch-enrichment/preview-leads-from-supersearch` | Preview leads from supersearch          |
