> ## 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.

# HTTPValidationError

> Validation error envelope returned when DarkRecon rejects missing or malformed request input.

# HTTPValidationError

Returned when request validation fails before the application-level handler runs.

## Common cases

* Missing `X-API-Key`
* Invalid `scan_id` path input
* Malformed JSON or unexpected request structure

The `detail` array contains one or more `ValidationError` objects.
