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

# ScanRequest

> Request body for starting a DarkRecon scan.

# ScanRequest

Input payload for `POST /scan`.

## Rules

* Send exactly one of `keywords` or `domain`.
* `keywords` replaces the older `queries` field from previous docs.
* `keywords` can include emails, phone numbers, usernames, IPs, passwords, car plates, social IDs, or composite search strings.

Keyword example:

```json theme={null}
{
  "keywords": ["user@example.com", "ShadowPlayer228"]
}
```

Domain example:

```json theme={null}
{
  "domain": "example.com"
}
```
